Felipe Pena
ef54c9c5ed
- Fixed bug #50209 (Compiling with libedit cannot find readline.h)
...
(patch by tcallawa at redhat dot com)
2009-12-13 17:06:47 +00:00
Jani Taskinen
eb3a2ee1b7
- Sync files
2009-12-02 08:22:05 +00:00
Dmitry Stogov
38ba16b060
Fixed bug #50168 (FastCGI fails with wrong error on HEAD request to non-existant file)
2009-11-30 14:43:22 +00:00
Jani Taskinen
8c3509c894
- Fixed bug #49677 (ini parser crashes with apache2 and using ${something} ini variables)
2009-11-25 12:35:42 +00:00
Jani Taskinen
1eaf99d866
ws
2009-11-25 12:26:10 +00:00
Pierre Joye
963575b07f
- fix build (pls at least try to compile before committing)
2009-08-26 19:15:13 +00:00
Ilia Alshanetsky
56510b5aaf
Fixed variable clobbering
2009-08-26 15:29:06 +00:00
Uwe Schindler
a525ea8c5b
MFH: Fix bug #46020 : With Sun Java System Web Server 7.0 on HPUX, #define HPUX
2009-08-03 10:14:20 +00:00
Garrett Serack
bdcc7e1460
- Updated fix for bug #48911 (embed sapi misses SAPI_API)
...
#- Windows didn't need SAPI_API
2009-07-30 20:20:56 +00:00
Jani Taskinen
18d7a1b461
- Fixed bug #48911 (embed sapi misses SAPI_API)
2009-07-28 21:07:43 +00:00
Jani Taskinen
e30acaa428
- Fix this again :)
2009-07-25 21:07:02 +00:00
Jani Taskinen
fb3b83b85a
- Fix test
2009-07-25 00:35:25 +00:00
Jani Taskinen
eddb79e0ab
- Fixed bug #48802 (printf() returns incorrect outputted length)
2009-07-23 14:54:04 +00:00
Johannes Schlüter
564ea0fb1c
MFH: It's 2009
2009-06-21 16:45:24 +00:00
David Soria Parra
c52581d95e
Fix bug #47042 (cgi sapi is incorrectly removing the SCRIPT_FILENAME for non apache).
...
The fix was provided by Sriram Natarajan.
2009-06-09 13:29:39 +00:00
Jani Taskinen
3999ac15b4
MFH:- Fixed bug #48419 (non-portable STDIN fileno in cgi_main.c)
...
# This doesn't really fix it since it's some weird Windows thing but this
# does make this code slightly more portable :)
2009-06-04 11:53:38 +00:00
Antony Dovgal
a524e99076
fix test
2009-05-28 13:22:50 +00:00
Arnaud Le Blanc
bcfdedd53f
MFH: Fix skipif
2009-05-20 10:08:42 +00:00
Hannes Magnusson
a987ae115d
Engelsk grammatikk
2009-04-09 10:20:39 +00:00
Hannes Magnusson
053c91d1ce
MFH: Fixed bug#47427 (-s outputs, not displays)
2009-04-09 10:08:14 +00:00
Felipe Pena
22c4a22379
- MFH: Fix ZTS build
2009-04-08 00:16:50 +00:00
Arnaud Le Blanc
2b3e1ecece
MFH: Fixed bug #47893 (CLI aborts on non blocking stdout)
2009-04-07 16:11:57 +00:00
Uwe Schindler
2b43578d54
Fix a sigsegv on server shutdown, add missing sapi_shutdown().
2009-03-20 15:54:36 +00:00
Uwe Schindler
2b2874eafd
Fix Bug 47495: Keep header in internal list after add, so headers_list() works correctly. Other SAPIs have the same problem, but PHP 5.3 fixes this more elegant.
2009-02-25 19:52:06 +00:00
David Soria Parra
72eeac2581
MFH: Fix #47149 . Remove check for script_filename = path_translated, as this the actual value that we get from apache.
2009-01-19 18:17:59 +00:00
David Soria Parra
aa3fc14911
MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache).
2009-01-09 22:14:20 +00:00
Uwe Schindler
f732dfba27
MFH: the #ifdef was never working. If Sun extends its NSAPI to support subrequests, much of this code must be rewritten. Because of that it is better to have a clean start. This commit does not change behaviour.
2009-01-06 13:46:49 +00:00
Sebastian Bergmann
ef49b9a8de
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:17:49 +00:00
Stanislav Malyshev
d3dce9e02e
MFH fix #46005
2008-12-18 14:28:35 +00:00
Pierre Joye
422eb1b8f6
- ws
2008-12-11 00:12:20 +00:00
Matt Wilmas
af5cb849ee
MFH: Fixed bug #46782 (fastcgi.c parse error)
2008-12-07 10:55:47 +00:00
Uwe Schindler
e073d72618
remove unneeded includes (not needed since NSAPI 3.0, wich is very old). This is needed for cleanup of the windows build.
2008-12-01 10:11:57 +00:00
Uwe Schindler
4560601437
MFH: support stat cache of webserver (like apache does)
2008-11-29 23:44:44 +00:00
Uwe Schindler
77972bc68a
MFH: Some nsapi.h specific ifdefs unified & corrected (same like last commit, only cleanup)
2008-11-29 19:59:27 +00:00
Uwe Schindler
877cdf6862
MFH: remove one stat call and replace by cached one
...
(release-manager: the same like with last commit)
2008-11-29 19:38:04 +00:00
Uwe Schindler
75b081d0d1
Hallo release manager: This patch is not release critical (affects only NSAPI, but I want it to be fixed in the last version of PHP 5.2). If you do not want to have it in, revert it, a new RC is definitely not needed because of this (and I am sure nobody who tests RCs is using NSAPI :)!
...
MFH: Implement flushing in NSAPI, fix some problems with output buffering if the response was not started (no headers sent) before doing something in ub_write() or flush() - Writing or flushing output will fail in NSAPI, if headers were not sent before.
2008-11-29 14:51:45 +00:00
Stanislav Malyshev
7a67e94f17
init SG(server_context) before processing configs
2008-11-28 23:22:39 +00:00
Dmitry Stogov
281fb1f2ed
Fixed bug #46366 (bad cwd with / as pathinfo)
2008-11-28 11:56:50 +00:00
Arnaud Le Blanc
3e82b3d3ae
MFH: Fixed endless loop in cli when ignore_user_abort is on
2008-11-25 03:53:00 +00:00
Stanislav Malyshev
40607b254a
fix php_value application order for Apache
2008-11-24 22:18:25 +00:00
Rasmus Lerdorf
058a282133
Potential fix for bug #46525
2008-11-08 22:45:29 +00:00
Arnaud Le Blanc
be8c7c0988
MFH: Open STDIN and php://stdin streams with the relevant
...
wrapper when the file descriptor is a socket (inetd, etc)
Fixes bug #43731
2008-11-04 21:05:55 +00:00
Arnaud Le Blanc
07fe6986cc
Fixed bug #46379 (Infinite loop when parsing '#' in one line file)
...
# PHP_5_2 only
2008-11-03 23:26:24 +00:00
Felipe Pena
48d1b3a51a
- MFH: Fixed bug #46382 (Mismatching allocation and deallocation in stresstest.cpp) (dvice_null at yahoo dot com)
2008-10-24 23:17:04 +00:00
Arnaud Le Blanc
bb9e8e6924
MFH: Fixed FCGI_GET_VALUES requests ( fixes #45522 )
2008-10-21 16:43:59 +00:00
Ilia Alshanetsky
0621602408
MFB: Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304
...
response code, in cgi sapi)
2008-10-17 01:32:59 +00:00
Dmitry Stogov
f45b732abf
Fixed bug #45860 (header() function fails to correctly replace all Status lines)
2008-09-02 13:22:00 +00:00
Dmitry Stogov
70063c1195
Fixed bug #42318 (problem with nm on AIX, not finding object files)
2008-09-01 13:15:15 +00:00
Dmitry Stogov
16e6e2f04a
Fixed double call to MSHUTDOWN in case of php-cgi -m
2008-08-15 07:30:31 +00:00
Jani Taskinen
1cd7ce6cf8
MFH: fix tests, add missing test
2008-08-14 20:57:13 +00:00