summaryrefslogtreecommitdiff
path: root/main/fastcgi.c
Commit message (Expand)AuthorAgeFilesLines
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-08-301-2/+2
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-08-301-2/+2
| |\
| | * Fixed bug #78469Sergei Turchanov2019-08-301-2/+2
| | * year++Xinchen Hui2018-01-021-1/+1
| * | Future-proof email addressesZeev Suraski2018-11-011-1/+1
* | | 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
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Added RC_DEBUG exceptionDmitry Stogov2017-11-021-1/+5
* | remove castAnatol Belski2017-07-281-2/+2
|/
* Merge branch 'PHP-7.0' into PHP-7.1Jakub Zelenka2017-04-301-2/+4
|\
| * Fix compiler warnings when compiled against musl libcMichael Heimpold2017-04-301-2/+4
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-02-121-4/+6
|\ \ | |/
| * Fixed bug #69860Denis Yeldandi2017-02-121-4/+6
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-01-071-8/+14
|\ \ | |/
| * 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
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Fixed compilation warningsDmitry Stogov2016-06-281-2/+5
* | Merge branch 'PHP-7.0'Xinchen Hui2016-06-281-1/+0
|\ \ | |/
| * MFH: Fixed fd leak (the origin commit can not be cherry-picked)Xinchen Hui2016-06-281-1/+1
* | couple of resource leaks fixes and use after free'sDavid Carlier2016-06-271-0/+1
* | Fixed compilation warningsDmitry Stogov2016-06-211-2/+2
|/
* 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