summaryrefslogtreecommitdiff
path: root/sapi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-10-082-2/+50
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-10-082-2/+50
| |\
| | * Fix #76954: apache_response_headers removes last character from header namestodorovic2018-10-082-2/+50
* | | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-10-031-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-10-031-2/+2
| |\ \ | | |/
| | * Avoid code duplication and don't miss env restoreAnatol Belski2018-10-031-2/+2
* | | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-10-031-3/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-10-031-1/+16
| |\ \ | | |/
| | * Fixed bug #76948 Failed shutdown/reboot or end session in WindowsAnatol Belski2018-10-031-1/+16
* | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-301-1/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-301-1/+8
| |\ \ | | |/
| | * Fixed bug #75479Nikita Popov2018-09-301-1/+8
* | | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2018-09-091-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-09-091-0/+1
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-09-091-0/+1
| | |\
| | | * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-09-091-0/+1
| | | |\
| | | | * Fix for bug #76582Stanislav Malyshev2018-09-091-0/+1
| | | | * Do not set PR_SET_DUMPABLE by defaultJakub Zelenka2018-03-274-1/+11
| | | | * These tests all assume that IPV6 is available.Rasmus Lerdorf2017-10-255-5/+20
* | | | | Store zlog stream in each child so it can be reusedJakub Zelenka2018-08-278-53/+92
* | | | | Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2018-08-161-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2018-08-161-1/+1
| |\ \ \ \ | | |/ / /
| | * | | fix man page installationRemi Collet2018-08-161-1/+1
* | | | | fpm process name, FreeBSD 12.x using new setproctitle_fastDavid Carlier2018-08-052-2/+4
* | | | | Use php_openlog instead of openlog in FPMJakub Zelenka2018-08-051-1/+1
* | | | | Fix FPM logging when log pipe is closedJakub Zelenka2018-08-053-22/+49
* | | | | Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2018-08-043-59/+152
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-7.1' into PHP-7.2Peter Kokot2018-08-043-62/+155
| |\ \ \ \ | | |/ / /
| | * | | Fix bug 76595: Update phpdbg man pageKevin Abel2018-08-043-62/+155
* | | | | Fix AC_RUN_IFELSE calls when cross-compilingPeter Kokot2018-07-301-3/+3
* | | | | Replace obsolete AC_TRY_FOO with AC_FOO_IFELSEPeter Kokot2018-07-302-55/+45
* | | | | Remove unused PHP_PROG_LEX macroPeter Kokot2018-07-292-4/+0
* | | | | Trim trailing whitespaces in build filesPeter Kokot2018-07-294-26/+26
* | | | | Pack zend_constant.flags and zend_constant.module_number into reserved space ...Dmitry Stogov2018-07-263-13/+7
* | | | | Regenerate scanners using re2c version >= 1.0.0 (newer version, at least, pro...Dmitry Stogov2018-07-251-1240/+1243
* | | | | Remove unused Git attributes identPeter Kokot2018-07-2539-76/+7
* | | | | Remove some dead codeKalle Sommer Nielsen2018-07-233-91/+4
* | | | | API cleanup.Dmitry Stogov2018-07-231-2/+2
* | | | | Return bool from zlog_stream_set_msg_{prefix,suffix}Jakub Zelenka2018-07-222-20/+22
* | | | | Fix off-by-one allocationNikita Popov2018-07-201-1/+1
* | | | | Fix incorrect length calculationNikita Popov2018-07-201-1/+1
* | | | | Removed and fixed unused variablesGabriel Caruso2018-07-191-54/+47
* | | | | Fixed testDmitry Stogov2018-07-091-1/+1
* | | | | Refactore FPM loggingJakub Zelenka2018-07-0722-90/+1472
* | | | | Migrate fpm_get_status testJakub Zelenka2018-07-072-35/+15
* | | | | Implement fpm_get_statusTill Backhaus2018-07-074-1/+243
* | | | | fixes typo in daemonization DEBUG message after fork: acknoledge -> acknowledgeYousif Masoud2018-07-061-1/+1
* | | | | Use zval_ptr_dtor() imstead of zval_dtor()Dmitry Stogov2018-07-051-1/+1
* | | | | Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-1/+1
* | | | | Fixed bug #62596 add getallheaders (apache_request_headers) missing function ...Remi Collet2018-07-053-51/+92