History log of /PHP-5.5/sapi/cgi/cgi_main.c (Results 176 – 200 of 460)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2f418134 03-Jun-2006 Johannes Schlüter

MFH


Revision tags: BEFORE_NEW_OUTPUT_API
# 6fe36adf 24-May-2006 Dmitry Stogov

Fixed bug #37256 (php-fastcgi dosen't handle connection abort)


# 07b8d051 24-May-2006 Dmitry Stogov

Fixed bug #37341 ($_SERVER in included file is shortened to two entries, if $_ENV gets used).


Revision tags: php-4.4.3RC1
# b5cd968f 15-May-2006 Dmitry Stogov

- Removed source compatibility with libfcgi
- Optimized access to FastCGI environment using HashTable instead of linear search
- Allowed PHP_FCGI_MAX_REQUESTS=0 to disable PHP die
- Allow

- Removed source compatibility with libfcgi
- Optimized access to FastCGI environment using HashTable instead of linear search
- Allowed PHP_FCGI_MAX_REQUESTS=0 to disable PHP die
- Allowed PHP_FCGI_CHILDREN=0 to disable PHP spawn workers

show more ...


Revision tags: php-5.1.4
# 24f07018 03-May-2006 Antony Dovgal

MFH: plug leak


Revision tags: RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3
# 73e4913c 18-Apr-2006 Dmitry Stogov

Fixed memory leaks


# 79b3d79a 07-Apr-2006 Dmitry Stogov

CGI anf FastCGI assume $_SERVER and $_ENV have the same values,
so we don't need construct the same arrays twich and may just copy it


# 8c40d605 07-Apr-2006 Dmitry Stogov

Removed unnecessary copying


Revision tags: php-5.1.3RC2
# cb3a53db 23-Mar-2006 Dmitry Stogov

Cleanup


# 0c1b4f45 23-Mar-2006 Dmitry Stogov

Allowed '-b' with UNIX sockets:
-b <hostname>:<port_number>
-b <port_number>
-b <unix_socket_path>


# 76a7240d 17-Mar-2006 Dmitry Stogov

Optimized FastCGI SAPI check. Check for ini options only once.


Revision tags: php-5.1.3RC1
# b8d26da1 07-Mar-2006 Alex Waugh

MFH Fix for RISC OS


Revision tags: RELEASE_1_2
# aa1142ed 03-Feb-2006 Dmitry Stogov

Fixed bug #36158 (SIGTERM is not handled correctly when running as a FastCGI server)


# 7e7fcc3a 02-Feb-2006 Dmitry Stogov

Reimplement FastCGI interface

Due to licensing restrictions that actually don't allow anybody to use
the libfcgi code without prior approval from Open Market, which is
impossible to

Reimplement FastCGI interface

Due to licensing restrictions that actually don't allow anybody to use
the libfcgi code without prior approval from Open Market, which is
impossible to obtain - we decided to reimplement this interface from
scratch. The result is actually slightly faster, and more importantly,
clear of any copyright issues.

show more ...


Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


Revision tags: php-5.1.2RC1, RELEASE_1_1_1
# 5461b5a6 09-Dec-2005 Dmitry Stogov

Fixed bug #34429 (Output buffering cannot be turned off with FastCGI)


Revision tags: RELEASE_1_1, RELEASE_1_0
# bde40a73 03-Dec-2005 foobar

MFH: fix possible compile error


Revision tags: RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1
# 496fd1c0 02-Nov-2005 Michael Wallner

- sapi_header_op(SAPI_HEADER_(REPLACE|ADD), {NULL, 0, 0}) caused HTTP response splitting
- sapi_send_headers() already takes care of default_content_type (left over of fix for bug #29983)


Revision tags: RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1
# d3dc0a39 06-Oct-2005 Johannes Schlüter

- MFH: Fix #34557 php -m exits with "error" 1


Revision tags: RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 20241fe1 03-Aug-2005 foobar

- 2004 -> 2005


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2
# 43aa6922 16-Jun-2005 Wez Furlong

Don't crash here if there are errors (such as failing to load extensions via
php.ini) during startup.


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 51eebc60 03-Jun-2005 foobar

cs + ws


# 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 ...


12345678910>>...19