summaryrefslogtreecommitdiff
path: root/main/fastcgi.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings when compiled against musl libcMichael Heimpold2017-04-301-2/+4
* Fixed bug #69860Denis Yeldandi2017-02-121-4/+6
* Fixed bug #67583Nikita Popov2017-01-071-4/+10
* Rename fcgi_request.closed to .endedNikita Popov2017-01-071-6/+6
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* MFH: Fixed fd leak (the origin commit can not be cherry-picked)Xinchen Hui2016-06-281-1/+1
* Fixed bug #72308 (fastcgi_finish_request and logging environment variables)Xinchen Hui2016-06-021-1/+6
* fix #71609: Segmentation fault on ZTS with gethostbynameJoe Watkins2016-03-311-1/+1
* Also WIN32 sideXinchen Hui2016-01-291-3/+3
* Properly read any remaining data when closing FastCGI socketRobin McCorkell2016-01-291-3/+3
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
* Encapsulate FastCGI implementation details.Dmitry Stogov2015-06-231-5/+111
* reverted 0512b38 and 1411ca5Anatol Belski2015-05-261-27/+27
* Micro optimizationsXinchen Hui2015-05-261-15/+13
* fcgi_is_allowed should not log errorXinchen Hui2015-05-241-1/+1
* add the remaining useful symbols to the exportAnatol Belski2015-05-231-9/+9
* implement necessary symbol exportsAnatol Belski2015-05-231-18/+18
* Avoid multipy allocating of request envXinchen Hui2015-05-241-2/+7
* Use weak function for fcgi_logXinchen Hui2015-05-231-12/+24
* Fixed fpm-side (tests passes)Xinchen Hui2015-05-231-119/+188
* Use logger pointerXinchen Hui2015-05-191-7/+13
* Move fastcgi.c to mainXinchen Hui2015-05-191-0/+1564