summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-04-201-3/+3
|\
| * Fix #79491: Search for .user.ini extends up to root dirChristoph M. Becker2020-04-201-3/+3
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-201-3/+3
|\ \ | |/
| * Apply doc root fix for FPMNikita Popov2020-04-201-3/+3
* | Add php_cli_server_connect() helperNikita Popov2020-04-0833-251/+83
* | Relax overly strict test expectationChristoph M. Becker2020-04-081-2/+1
* | Skip fpm tests not designed to be run as rootMatteo Beccati2020-04-024-0/+13
* | Allow fpm tests to be run with long socket pathMatteo Beccati2020-04-021-1/+11
* | Allow numeric [UG]ID in FPM listen.{owner,group}Andre Nathan2020-03-295-15/+200
* | Fix another flaky FPM testNikita Popov2020-02-281-1/+2
* | Try to fix intermittent FPM failuresNikita Popov2020-02-281-1/+2
* | Fix bug #79014 (PHP-FPM & Primary script unknown)Jakub Zelenka2020-02-231-4/+0
* | Fix bug #77653 (operator displayed instead of the real error message)Jakub Zelenka2020-02-237-49/+198
* | Apply tidy formattingNikita Popov2020-02-035-136/+136
* | Disable parallelism for FPM testsNikita Popov2020-02-031-1/+3
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-277-3/+170
|\ \ | |/
| * Fix bug #78323: Code 0 is returned on invalid optionsIvan Mikheykin2020-01-277-3/+170
* | Add sleep in FPM reload testNikita Popov2020-01-212-1/+5
* | Increase select timeout in FPM testerNikita Popov2020-01-091-1/+1
* | Revert "Display a message if select in FPM test timeouts"Nikita Popov2020-01-081-3/+1
* | Display a message if select in FPM test timeoutsNikita Popov2020-01-081-1/+3
* | Fix bug #78916 (php-fpm 7.4.0 don't send mail via mail())Jakub Zelenka2019-12-081-4/+1
* | Fix bug #78889 (php-fpm service fails to start)Jakub Zelenka2019-12-011-7/+0
* | Merge branch 'PHP-7.3' into PHP-7.4George Wang2019-11-211-14/+26
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3George Wang2019-11-211-14/+26
| |\
| | * Added environment LSAPI_CLEAN_SHUTDOWN to control clean shutdown. Update SAPI...George Wang2019-11-211-14/+26
* | | Do not let PHP-FPM children miss SIGTERM, SIGQUITMaksim Nikulin2019-11-175-12/+140
* | | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2019-10-213-4/+72
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2019-10-213-4/+72
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-10-213-4/+72
| | |\
| | | * Fix bug #78599 (env_path_info underflow can lead to RCE) (CVE-2019-11043)Jakub Zelenka2019-10-203-4/+72
| | | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1526-27/+10
| | | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1463-122/+122
| | | * Sync leading and final newlines in source code filesPeter Kokot2018-10-1479-121/+5
| | | * Trim trailing whitespace in source code filesPeter Kokot2018-10-1333-330/+330
* | | | Skip fpm bug #74083 test on WindowsMaksim Nikulin2019-10-201-0/+1
* | | | Add (slow) test for fpm concurrent reloads #74083Maksim Nikulin2019-10-201-0/+76
* | | | Block signals during fpm master initializationMaksim Nikulin2019-10-204-0/+70
* | | | Fix miscellaneous typos in docsTyson Andre2019-10-191-1/+1
* | | | Revert "Link executable files using non PIC object files. This reduces PIC ov...Dmitry Stogov2019-10-105-7/+7
* | | | Fix borked SKIPIFsFabien Villepinte2019-09-302-4/+10
* | | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-306-4/+16
|\ \ \ \ | |/ / /
| * | | Fix #78413: php-fpm request_terminate_timeout does not take effect after fast...Sergei Turchanov2019-09-306-4/+16
* | | | XFAIL sapi/fpm/tests/log-bwd-multiple-msgs-stdout-stderr.phptNikita Popov2019-09-271-0/+2
* | | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-171-4/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-171-4/+4
| |\ \ \ | | |/ /
| | * | Add tilde to allowed status/ping pathDrakano2019-09-171-4/+4
* | | | Fix symtable_cache_limit assignment in phpdbgNikita Popov2019-09-141-1/+1
* | | | Link executable files using non PIC object files. This reduces PIC overhead a...Dmitry Stogov2019-09-075-7/+7
* | | | Fix pipe detection and stream position handlingNikita Popov2019-09-051-0/+31