History log of /PHP-5.5/sapi/cgi/cgi_main.c (Results 151 – 175 of 460)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.4.6
# efad70c2 27-Feb-2007 Ilia Alshanetsky

snprintf() -> slprintf()


# 50ea2676 24-Feb-2007 Marcus Boerger

- Avoid sprintf, even when checked copy'n'paste or changes lead to errors


Revision tags: php-4.4.6RC1
# 748b6fde 20-Feb-2007 Antony Dovgal

MFH: make use of startup hooks


# 9ae588df 19-Feb-2007 Ilia Alshanetsky

Fixed strlcat() usage.

# Thanks Andi


# 2a170f05 19-Feb-2007 Dmitry Stogov

Initialize "retval" on each request


# 26214fc1 18-Feb-2007 Ilia Alshanetsky

Eliminate strcat() usage
Fixed handling of argv[] for GET


# 780c66d1 16-Feb-2007 Dmitry Stogov

Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when parent is killed)


# a79d74b6 15-Feb-2007 Dmitry Stogov

Fixed bug #40414 (possivle endless fork() loop when running fastcgi)


Revision tags: php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2
# d44cb7fa 29-Jan-2007 Dmitry Stogov

Prevent flush of closed handle on php_module_shutdown()


Revision tags: php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


# 2820e6c1 28-Dec-2006 Antony Dovgal

MFH


Revision tags: php-5.2.1RC1
# 8619bf83 15-Nov-2006 Dmitry Stogov

Removed unnecessary getenv/putenv calls


# 0916ac47 15-Nov-2006 Dmitry Stogov

Fixed wrong ext/filter behavior. It didn't register FastCGI environment variables and made memory leaks.


# 5caf547a 14-Nov-2006 Dmitry Stogov

cgi.* and fastcgi.* directives are moved to INI subsystem. The new directive cgi.check_shebang_line can be used to ommiting checnk for "#! /usr/bin/php" line.


# c002606a 03-Nov-2006 Pierre Joye

- fix build (var.s is for zstr)


# 6123f110 03-Nov-2006 Ilia Alshanetsky

MFH:
Added filter support for $_SERVER in cgi/apache2 sapis
Make sure PHP_SELF is filtered in Apache 1 sapi


Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5
# bc81c718 23-Sep-2006 Antony Dovgal

fix CGI build


# 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


12345678910>>...19