History log of /PHP-8.0/sapi/cgi/cgi_main.c (Results 326 – 350 of 615)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2
# 6c52ec13 27-Jun-2006 Antony Dovgal

MFH: fix #37920 (compilation problems on z/OS)


# 33616195 19-Jun-2006 Antony Dovgal

MFH: plug leak in CGI SAPI when running scripts with query string in console


# cd7d7039 19-Jun-2006 Antony Dovgal

MFH: add missing ifdef and avoid "unused variable" warning


# 6509311e 17-Jun-2006 Nuno Lopes

plug memory leak in sapi_putenv, by using setenv(), that doesnt need any malloc


# eb8c5589 13-Jun-2006 Dmitry Stogov

Removed warnings


# 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


1...<<11121314151617181920>>...25