summaryrefslogtreecommitdiff
path: root/sapi/fpm/fpm/fpm_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-10-211-2/+2
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-10-211-2/+2
| |\
| | * Fix bug #78599 (env_path_info underflow can lead to RCE) (CVE-2019-11043)Jakub Zelenka2019-10-201-2/+2
| | * year++Xinchen Hui2018-01-021-3/+3
| * | year++Xinchen Hui2018-01-021-3/+3
* | | Future-proof email addressesZeev Suraski2018-11-011-2/+2
* | | Fix arginfo and clean up fpm_get_statusJakub Zelenka2018-10-211-6/+9
* | | Remove some dead codeKalle Sommer Nielsen2018-07-231-68/+3
* | | Refactore FPM loggingJakub Zelenka2018-07-071-13/+7
* | | Implement fpm_get_statusTill Backhaus2018-07-071-0/+12
* | | Fixed bug #62596 add getallheaders (apache_request_headers) missing function ...Remi Collet2018-07-051-1/+24
* | | Remove old SVN keywords substitutionsPeter Kokot2018-06-161-2/+0
* | | Fix some misspellingsGabriel Caruso2018-02-061-1/+1
* | | Set max_requests to 0Lee Hsun2018-02-031-1/+1
* | | year++Xinchen Hui2018-01-021-3/+3
* | | Use array specific functionsDmitry Stogov2017-12-071-4/+4
* | | Disable RC_DEBUG for FPM initialisationDmitry Stogov2017-11-031-1/+16
|/ /
* | Merge branch 'PHP-7.1'Nikita Popov2017-02-121-1/+2
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-121-1/+2
| |\
| | * Fixed bug #69860Denis Yeldandi2017-02-121-1/+2
* | | Merge branch 'PHP-7.1'Nikita Popov2017-01-071-2/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-071-2/+1
| |\ \ | | |/
| | * Fixed bug #67583Nikita Popov2017-01-071-2/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-3/+3
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-3/+3
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-3/+3
* | | Finish remaining replacement uint => uint32_tAnatol Belski2016-12-221-4/+4
|/ /
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-11-201-2/+2
|\ \ | |/
| * Revert "Revert "Remove a few unused write warning""Bob Weinand2016-11-201-2/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-11-201-2/+2
|\ \ | |/
| * Revert "Remove a few unused write warning (backport from master, oops)s"Nikita Popov2016-11-201-2/+2
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-11-201-2/+2
|\ \ | |/
| * Remove a few unused write warning (backport from master, oops)sBob Weinand2016-11-201-2/+2
* | Pass error severity to SAPI modules and raise corresponding error level in Ap...Martin Vobruba2016-07-111-1/+1
* | Fixed compilation warningsDmitry Stogov2016-06-281-2/+3
* | Fixed compilation warningsDmitry Stogov2016-06-211-1/+1
* | Cleanup zend_signal APIDmitry Stogov2016-06-201-2/+0
|/
* Fixed bug #72308 (fastcgi_finish_request and logging environment variables)Xinchen Hui2016-06-021-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2016-01-291-1/+25
|\
| * Fixed Bug #62172 FPM not working with Apache httpd 2.4 balancer/fcgi setupRemi Collet2016-01-291-1/+25
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-3/+3
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-3/+3
| * Added support for HTTP 451Julien Pauli2015-12-231-0/+1
* | Fixed bug #70279 (HTTP Authorization Header is sometimes passed to newer reqe...Xinchen Hui2015-09-221-1/+1
* | Fixed bug #70538 ("php-fpm -i" crashes)Xinchen Hui2015-09-211-2/+1
* | Fixed bug #70538 ("php-fpm -i" crashes)Xinchen Hui2015-09-211-1/+1
* | fix zend signal and tsrm compatzend-signal-ztsJoe Watkins2015-09-011-0/+4
* | Encapsulate FastCGI implementation details.Dmitry Stogov2015-06-231-13/+14
* | Seems useless nowXinchen Hui2015-05-271-0/+2
* | Merge branch 'master' into merge-fastcgiXinchen Hui2015-05-271-1/+1
|\ \