History log of /PHP-5.5/sapi/cgi/cgi_main.c (Results 251 – 275 of 460)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


Revision tags: php-4.3.0RC1
# cecb9dfc 12-Nov-2002 Marcus Boerger

Implemented -n switch to skip parsing ini at startup as suggested by Wez.
#The switch 'n' was planned to be used for beautifying....delete n to make
#clear these functions do not have a switc

Implemented -n switch to skip parsing ini at startup as suggested by Wez.
#The switch 'n' was planned to be used for beautifying....delete n to make
#clear these functions do not have a switch yet.

show more ...


# cb6202bb 12-Nov-2002 Hartmut Holzgraefe

reverting accidential commit


# 0c395d0f 12-Nov-2002 Hartmut Holzgraefe

*** empty log message ***


# 64f77577 05-Nov-2002 Ilia Alshanetsky

Fixed bug #20035. ZE now allows us to pass the current line position by
setting zend_lineno to (current_line * -1).


Revision tags: php-4.3.0pre2
# d82565fb 25-Oct-2002 Derick Rethans

- Fix build
#- Jan, please TEST! before committing :-)


1...<<111213141516171819