History log of /PHP-7.4/sapi/fpm/fpm/fpm_main.c (Results 101 – 125 of 223)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year


# a8cd9b41 27-Dec-2013 Xinchen Hui

Fixed bug #66358 (fpm starts segfault)


Revision tags: php-5.4.24RC1, php-5.5.8RC1
# ed5a8d51 18-Dec-2013 Kalle Sommer Nielsen

Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few TSRMLS_FETCH() calls in our various SAPIs


Revision tags: php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1
# 8962f3ff 25-Oct-2013 Michael Wallner

fix limitation of upload size == (U)INT_MAX in CGI


Revision tags: php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20
# a911fbc8 09-Sep-2013 Dylan Arnold

Call php_module_shutdown() for php-fpm child processes


Revision tags: php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15
# ab117573 02-May-2013 Remi Collet

fix possible null deref (detected by code coverity scan)


# 4a92ae34 30-Apr-2013 Remi Collet

When Apache use RewriteRule to redirect, via mod_proxy_fgi, to php-fpm
the SCRIPT_FILENAME may contains the QUERY_STRING.

Ex : RewriteRule ^(.*)\.php$ fcgi://127.0.0.1:9000/$1.php [P]

When Apache use RewriteRule to redirect, via mod_proxy_fgi, to php-fpm
the SCRIPT_FILENAME may contains the QUERY_STRING.

Ex : RewriteRule ^(.*)\.php$ fcgi://127.0.0.1:9000/$1.php [P]

From apache debug (build with -DFCGI_DUMP_ENV_VARS)
AH01062: sending env var 'SCRIPT_FILENAME' value 'proxy:fcgi://127.0.0.1:9000/var/www/html/info.php?foo'
AH01071: Got error 'Primary script unknown\n'

show more ...


Revision tags: php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2
# 59b01619 08-Feb-2013 Jonh Wendell

Added HTTP codes as of RFC 6585

Added descriptions for the new HTTP codes:

- 428 Precondition Required
- 429 Too Many Requests
- 431 Request Header Fields Too Large
- 51

Added HTTP codes as of RFC 6585

Added descriptions for the new HTTP codes:

- 428 Precondition Required
- 429 Too Many Requests
- 431 Request Header Fields Too Large
- 511 Network Authentication Required

show more ...


Revision tags: php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1
# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


# a2045ff3 01-Jan-2013 Xinchen Hui

Happy New Year~


Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1
# 64a0e7cd 27-Sep-2012 Jerome Loyet

- Fixed bug #63085 (Systemd integration and daemonize)


# 851a04bb 27-Sep-2012 Jerome Loyet

- Fixed bug #63085 (Systemd integration and daemonize)


# b5eb1456 27-Sep-2012 Jerome Loyet

- Fixed bug #62954 (startup problems fpm / php-fpm)
- Fixed bug #62886 (PHP-FPM may segfault/hang on startup)


# 75c63c55 27-Sep-2012 Jerome Loyet

- Fixed bug #62954 (startup problems fpm / php-fpm)
- Fixed bug #62886 (PHP-FPM may segfault/hang on startup)


Revision tags: php-5.3.17, php-5.4.7
# d64d9e33 05-Sep-2012 Xinchen Hui

year++


Revision tags: php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2
# 0225300b 26-May-2012 Jerome Loyet

Fixed bug #62033 (USR2 signal was sent even if not catch when daemonize and an error occured)


# e052da3a 26-May-2012 Jerome Loyet

Fixed bug #62033 (USR2 signal was sent even if not catch when daemonize and an error occured)


# 0298b92b 26-May-2012 Jerome Loyet

- Fixed bug #62033 (USR2 signal was sent even if not catch when daemonize and an error occured)


# a28fe034 25-May-2012 Jerome Loyet

- Fixed bug #62033 (php-fpm exits with status 0 on some failures to start).


# c2f33fb1 25-May-2012 Jerome Loyet

- Fixed bug #62033 (php-fpm exits with status 0 on some failures to start)


# bf9120ec 25-May-2012 Jerome Loyet

- Fixed bug #62033 (php-fpm exits with status 0 on some failures to start)


# f4c38016 23-May-2012 Jerome Loyet

- Fix help message for '-R'


# 757e3fc3 23-May-2012 Jerome Loyet

- fix help message for '-R'


123456789