History log of /PHP-5.4/sapi/cgi/cgi_main.c (Results 176 – 200 of 438)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8c2cda12 28-Apr-2005 foobar

int != long


# 03bdd1a5 28-Apr-2005 foobar

- Added fastcgi.logging php.ini option to be able to disable
logging through the fastcgi connection


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2
# 3c0411c4 14-Mar-2005 Rasmus Lerdorf

Fix for bug #32263
This adds proto_num to request_info. It is defaulted to HTTP 1.0 (1000)
such that it has a valid value even if the underlying sapi doesn't set it
correctly. It is the

Fix for bug #32263
This adds proto_num to request_info. It is defaulted to HTTP 1.0 (1000)
such that it has a valid value even if the underlying sapi doesn't set it
correctly. It is then used to determine if a 302 or a 303 should be sent
on a Location redirect. Any non GET/HEAD HTTP 1.1 redirect will get a 303
instead of a 302 to be compatible with the HTTP spec.

show more ...


Revision tags: php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2
# 59db0751 11-Feb-2005 foobar

Revert previous patch


Revision tags: RELEASE_0_2_1, RELEASE_0_2
# 951eb23e 04-Feb-2005 foobar

- Fixed bug #28227 (PHP CGI depends upon non-standard SCRIPT_FILENAME)
# patch by: lukem at NetBSD dot org


# 376d5f69 11-Jan-2005 foobar

Fix ZTS build


# 40b9c63d 10-Jan-2005 foobar

- Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr stream).


# fdaa130f 20-Dec-2004 Rasmus Lerdorf

Add the new request_time sapi struct entry to all the sapis. Some of these
may have ways of getting the request time without the extra syscall, but
for now let's just make sure we don't cras

Add the new request_time sapi struct entry to all the sapis. Some of these
may have ways of getting the request time without the extra syscall, but
for now let's just make sure we don't crash and people will eventually
fill these in where applicable.

show more ...


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0
# 546e5bbc 14-Jul-2004 Edin Kadribasic

Made php -m output sorted case-insensitevly


Revision tags: php-4.3.8
# f51ff68d 05-Jul-2004 Sascha Schumann

- revert to proper behaviour


Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# 74ab2081 06-May-2004 Stanislav Malyshev

Fix fastCGI breakage: due to calling flush on unitialized requests,
request was aborted unless ignore_user_abort is set


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1
# 39a43c99 31-Mar-2004 Ilia Alshanetsky

Fixed bug #27802 (default number of children to 8 when PHP_FCGI_CHILDREN is
not defined).


Revision tags: php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1
# ed2b1770 12-Mar-2004 Ilia Alshanetsky

Invalid response code when force-cgi-redirect safety mechanism is triggered


Revision tags: RELEASE_0_2_0
# 2a44432e 27-Feb-2004 Rasmus Lerdorf

As discussed a while ago. There is no reason to disallow command-line
arguments for the cgi version when run in a cgi context. Our own test
framework is in fact broken because of this unnec

As discussed a while ago. There is no reason to disallow command-line
arguments for the cgi version when run in a cgi context. Our own test
framework is in fact broken because of this unnecessary restriction.

show more ...


Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1
# 1c00296c 11-Feb-2004 Marcus Boerger

Bugfix #27104 CLI/CGI SAPI module variable name conflict


# c6a2a190 11-Feb-2004 Ilia Alshanetsky

Proper win32 fix.


# 9c1be888 10-Feb-2004 Ilia Alshanetsky

Fixed win32 build.
Fixed building of libfcgi when PHP is built from another directory.
Added missing headers needed for wait().
Removed duplicate signal.h header.
Removed unneeded var

Fixed win32 build.
Fixed building of libfcgi when PHP is built from another directory.
Added missing headers needed for wait().
Removed duplicate signal.h header.
Removed unneeded variables.

show more ...


# 242296fa 10-Feb-2004 Ilia Alshanetsky

Fixed bug #26758 (FastCGI exits immediately with status 255).


# 0f9d01d8 10-Feb-2004 Ilia Alshanetsky

Fixed bug #27026 (Added cgi.nph that allows forcing of the Status: 200
header that is not normally needed).


Revision tags: php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1, php-4.3.4, php-4.3.4RC3
# b4c05a50 31-Oct-2003 foobar

MFB


Revision tags: php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3
# 4c4d5a02 17-Oct-2003 Ilia Alshanetsky

Fixed formatting issues (patch by: Joe Orton)


Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 45a928ef 03-Sep-2003 Sascha Schumann

fix heuristic: if someone passed "-b IP:port", this check would
falsely recognize the parameter as defining only a port.


Revision tags: php-4.3.3, php-4.3.3RC4
# cbb011da 17-Aug-2003 Marcus Boerger

Fix interactive mode


# f6290bfb 13-Aug-2003 Ilia Alshanetsky

Don't forget to flush() buffers for -w -s


12345678910>>...18