summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bindpath mem leak in cgiDavid Carlier2019-07-241-0/+1
* Introduce zend_stream_init_filename()Nikita Popov2019-07-161-5/+1
* Introduce zend_stream_init_fp() APINikita Popov2019-07-161-6/+3
* Move shebang handling into the lexerNikita Popov2019-07-151-72/+1
* CGI: Fix memory leak on error pathsDavid Carlier2019-07-091-3/+5
* Use PHP_VERSION for zend modulesPeter Kokot2019-06-091-1/+1
* Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-071-3/+1
* Remove HAVE_SIGNAL_HPeter Kokot2019-04-071-5/+1
* Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-2/+1
* Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.cDmitry Stogov2019-03-121-1/+3
* Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-2/+2
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Replace zend_hash_apply... with ZEND_HASH_FOREACH...Dmitry Stogov2018-12-191-8/+4
* Future-proof email addresses...Zeev Suraski2018-11-011-2/+2
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-3/+3
* Merge branch 'PHP-7.3'Christoph M. Becker2018-10-081-2/+2
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-10-081-2/+2
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-10-081-2/+2
| | |\
| | | * Fix #76954: apache_response_headers removes last character from header namestodorovic2018-10-081-2/+2
* | | | Merge branch 'PHP-7.3'Anatol Belski2018-10-031-3/+3
|\ \ \ \ | |/ / /
| * | | 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.3'Anatol Belski2018-10-031-3/+18
|\ \ \ \ | |/ / /
| * | | 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
* | | | Fix localized error messages and memory leaksAnatol Belski2018-09-171-0/+6
* | | | Fix some misspellingsGabriel Caruso2018-08-121-1/+1
|/ / /
* | | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | | Fixed bug #62596 add getallheaders (apache_request_headers) missing function ...Remi Collet2018-07-051-50/+1
* | | Fixed bug #75982 ($_SERVER mostly empty with default variables_order GPCS on ...Dmitry Stogov2018-03-231-8/+10
* | | Reduce var scopeAnatol Belski2018-02-161-15/+20
* | | Remove always true conditionAnatol Belski2018-02-161-4/+2
* | | Simplify declarationAnatol Belski2018-02-161-2/+1
* | | Fix some misspellingsGabriel Caruso2018-02-061-1/+1
* | | Merge branch 'PHP-7.2'Anatol Belski2018-01-131-1/+9
|\ \ \ | |/ /
| * | 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
* | | Trailing whitespacesGabriel Caruso2018-01-031-5/+5
* | | year++Xinchen Hui2018-01-021-3/+3
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Use array specific functionsDmitry Stogov2017-12-071-2/+2
* | | Merge branch 'PHP-7.2'Anatol Belski2017-11-281-0/+42
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-11-281-0/+42
| |\ \ | | |/
| | * Follow up on bug #75574 for FCGI sideAnatol Belski2017-11-281-0/+42
* | | Allow creating $_SERVER from $_ENV, but not $_ENV from $_SERVER.Dmitry Stogov2017-11-131-14/+10
|/ /