History log of /PHP-8.3/sapi/cgi/cgi_main.c (Results 376 – 400 of 668)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# be18d5f3 22-Sep-2006 Ilia Alshanetsky

Restore support for unquoted -d options

# 7d14dad0 19-Sep-2006 Dmitry Stogov

MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; constants are working exactly like in php.ini; with FastCGI -d affects all requests).

Revision tags: php-5.2.0RC4, php-5.2.0RC3
# f9d9c4a6 31-Aug-2006 Dmitry Stogov

FastCGI environment variables must not be overriden by system environment variables

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

1...<<11121314151617181920>>...27