Revision tags: php-4.3.2RC1 |
|
#
6d8283fa |
| 07-Mar-2003 |
Ben Mansell |
Fix bug whereby a webserver closing stdout from the CGI/FastCGI binary would cause PHP to get caught in an infinite loop of failing write() syscalls.
|
#
4934744b |
| 17-Feb-2003 |
Zeev Suraski |
Win32 build improvements
|
#
8c73b6ab |
| 17-Feb-2003 |
Shane Caraveo |
prevent possible crash if used in combo with mod_gzip fix command line
|
Revision tags: php-4.3.1 |
|
#
d4fd1c07 |
| 16-Feb-2003 |
Marcus Boerger |
- Allow long option names - Update CLI's manpage @Added support for long options in CLI & CGI (e.g. --version). (Marcus) # In contrast to the preliminary patch this should work
- Allow long option names - Update CLI's manpage @Added support for long options in CLI & CGI (e.g. --version). (Marcus) # In contrast to the preliminary patch this should work now completely. # If all long option names are accepted we may even think about MFHing.
show more ...
|
#
92279e5e |
| 14-Feb-2003 |
foobar |
MFB
|
#
aa8dfa0b |
| 13-Feb-2003 |
Marcus Boerger |
fix non FCGI build
|
#
a13ef6ec |
| 13-Feb-2003 |
Shane Caraveo |
There is *absolutely no* definitive way to know if argv0 is the actual php script, or if it is the beginning of a query string. Additionaly, passing parameters on the command line is not
There is *absolutely no* definitive way to know if argv0 is the actual php script, or if it is the beginning of a query string. Additionaly, passing parameters on the command line is not part of CGI spec, and is not required by either Apache or IIS. So I have removed that code altogether, and done some further cleanup. Also fix pre4.3 behaviour if fix_pathinfo=0. I've tested with IIS and Apache 1.3.27 on w2k and RH 7.3.
show more ...
|
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
1a4c82e0 |
| 25-Jan-2003 |
Shane Caraveo |
fix bug 21261 putenv on some platforms requires we provide the memory cleanup env parsing logic fix bug 21367 missed optargs in a previous patch
|
#
5de9962d |
| 08-Jan-2003 |
Ilia Alshanetsky |
Fixed bug #21297. The fix also fixes miscalculation of lines numbers by 1 due the previously mentioned bug.
|
#
6591b9c8 |
| 07-Jan-2003 |
Zeev Suraski |
Add missing call
|
#
19d47d9f |
| 05-Jan-2003 |
Zeev Suraski |
Initialize lineno using the new infrastructure
|
#
2c5d4b8c |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year.
|
Revision tags: php-4.3.0 |
|
#
190867c8 |
| 25-Dec-2002 |
George Schlossnagle |
fixed ws
|
#
abbf7452 |
| 25-Dec-2002 |
George Schlossnagle |
fix for 21177
|
#
66ebbb5a |
| 24-Dec-2002 |
Stefan Esser |
fix compile warning
|
Revision tags: php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3 |
|
#
75cbbfac |
| 02-Dec-2002 |
Shane Caraveo |
fix use of Alias under apache by defaulting script_name to redirect_url dont lstat, stat.
|
#
a3bd3942 |
| 01-Dec-2002 |
Shane Caraveo |
Fix CGI to match cgi spec. This patch properly fixes support for CGI in PHP. For backwards compatible broken behaviour, cgi.fix_pathinfo can be set to zero in php.ini. CGI failed to work
Fix CGI to match cgi spec. This patch properly fixes support for CGI in PHP. For backwards compatible broken behaviour, cgi.fix_pathinfo can be set to zero in php.ini. CGI failed to work under apache at all, either using the cgi-script directive or as a ScriptAlias setup. Typicaly it would try to parse itself. This will still happen if you dissable fix_pathinfo, and set DISCARD_PATH. This also fixes PATH_INFO, and finally we can run pres2 under cgi or fastcgi. This patch has been tested under Apache 1.3, 2.0, IIS, as both cgi and fastcgi, on Windows and OSX. A followup patch with build stuff for linux will follow.
show more ...
|
Revision tags: php-4.3.0RC2 |
|
#
dd53efc1 |
| 26-Nov-2002 |
foobar |
- Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.
|
#
95b4045f |
| 26-Nov-2002 |
Shane Caraveo |
configure now supports building the cgi-fcgi module configure --enable-fastcgi
|
Revision tags: RELEASE_1_0b2 |
|
#
81711ba6 |
| 22-Nov-2002 |
Edin Kadribasic |
Avoid possible buffer overflow.
|
#
fd47c5bb |
| 22-Nov-2002 |
Edin Kadribasic |
MFB: Don't send default http status (200).
|
#
714a5be6 |
| 22-Nov-2002 |
Edin Kadribasic |
Fixed bug #19207 by adding cgi.rfc2616_headers configuration directive.
|
Revision tags: BEFORE_RENAMING |
|
#
ca332dfc |
| 15-Nov-2002 |
Andrei Zmievski |
Oops.
|
#
3e8a800a |
| 15-Nov-2002 |
Andrei Zmievski |
Fix function prototype.
|
#
e09d62c4 |
| 14-Nov-2002 |
Andrei Zmievski |
Sort the modules and extensions before printing them when -m switch is used.
|