summaryrefslogtreecommitdiff
path: root/main/fastcgi.h
Commit message (Expand)AuthorAgeFilesLines
* Constify char * arguments of APIstwosee2020-06-081-1/+1
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* year++Xinchen Hui2018-01-021-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-121-0/+1
|\
| * Fixed bug #69860Denis Yeldandi2017-02-121-0/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-071-1/+2
|\ \ | |/
| * Fixed bug #67583Nikita Popov2017-01-071-0/+1
| * Rename fcgi_request.closed to .endedNikita Popov2017-01-071-1/+1
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Fixed compilation warningsDmitry Stogov2016-06-211-1/+1
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
|/
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
* Encapsulate FastCGI implementation details.Dmitry Stogov2015-06-231-101/+3
* reverted 0512b38 and 1411ca5Anatol Belski2015-05-261-37/+27
* Micro optimizationsXinchen Hui2015-05-261-3/+3
* add the remaining useful symbols to the exportAnatol Belski2015-05-231-9/+9
* implement necessary symbol exportsAnatol Belski2015-05-231-18/+28
* Avoid multipy allocating of request envXinchen Hui2015-05-241-0/+1
* Use weak function for fcgi_logXinchen Hui2015-05-231-3/+5
* Fixed fpm-side (tests passes)Xinchen Hui2015-05-231-10/+82
* Use logger pointerXinchen Hui2015-05-191-0/+9
* Move fastcgi.c to mainXinchen Hui2015-05-191-0/+151