summaryrefslogtreecommitdiff
path: root/sapi/cgi
Commit message (Expand)AuthorAgeFilesLines
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1410-18/+18
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Trim trailing whitespace in source code filesPeter Kokot2018-10-133-8/+8
* 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.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.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.1' into PHP-7.2Anatol Belski2018-01-131-1/+9
|\ \ | |/
| * Fix invalid freeAnatol Belski2018-01-131-1/+9
| * year++Xinchen Hui2018-01-021-3/+3
* | year++Xinchen Hui2018-01-021-3/+3
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-11-282-0/+77
|\ \ | |/
| * Follow up on bug #75574 for FCGI sideAnatol Belski2017-11-282-0/+77
* | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-09-271-3/+3
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-09-271-3/+3
| |\
| | * Fix CGI m4 config message when CGI is disabledPeter Kokot2017-09-271-3/+3
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-3/+3
* | | Exclude warm-up requests from callgrind profile.Dmitry Stogov2017-05-311-0/+12
* | | Merge branch 'PHP-7.1'Anatol Belski2017-01-121-1/+20
|\ \ \ | |/ /
| * | Fixed #72898 PHP_FCGI_CHILDREN is not included in phpinfo()Anatol Belski2017-01-121-1/+20
| * | Fixed bug #73904 php-cgi fails to load -c specified php.ini fileAnatol Belski2017-01-121-6/+23
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-3/+3
* | | Fixed bug #73904 php-cgi fails to load -c specified php.ini fileAnatol Belski2017-01-121-6/+23
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-3/+3
* | | Remove more PHP 6 leftovers from testsNikita Popov2016-11-241-5/+5
* | | Remove this old obsolete codeKalle Sommer Nielsen2016-11-211-10/+0
* | | Use "Standard input code" instead of "php://stdin"Andrea Faulds2016-11-122-2/+2
* | | Show "php://stdin" instead of "-" in error messagesAndrea Faulds2016-11-122-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-2/+2
* | Improved support for zend-signals.Dmitry Stogov2016-06-201-0/+2
* | Cleanup zend_signal APIDmitry Stogov2016-06-201-2/+0
* | Merge branch 'PHP-7.0'Nikita Popov2016-03-031-1/+1
|\ \ | |/
| * Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | fix callback signature compatAnatol Belski2016-02-231-1/+1
* | reorder commentsAnatol Belski2016-01-191-2/+4
* | get rid of win32_ prefixAnatol Belski2016-01-191-28/+29
* | check return values and cleanup the job object on exitAnatol Belski2016-01-191-12/+27
* | trap also children exits on shutdown to avoid unhandled exceptionsAnatol Belski2016-01-181-0/+7
* | implement FCGI children automatic restart and cleanupAnatol Belski2016-01-131-47/+80
* | Basic implementation for FCGI to respect PHP_FCGI_CHILDREN on WindowsAnatol Belski2016-01-131-9/+74
|/
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-3/+3
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-013-5/+5
| * Added support for HTTP 451Julien Pauli2015-12-231-0/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2015-11-231-2/+2
|\ \ | |/
| * Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol: php_register_i...Lior Kaplan2015-11-231-2/+2
| * Fix globals initialization in sapi/cgiAnatol Belski2015-10-231-5/+6