Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-08-30 | 1 | -2/+2 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-08-30 | 1 | -2/+2 |
| |\ | |||||
| | * | Fixed bug #78469 | Sergei Turchanov | 2019-08-30 | 1 | -2/+2 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | | Future-proof email addresses | Zeev Suraski | 2018-11-01 | 1 | -1/+1 |
* | | | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
* | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | | | Future-proof email addresses... | Zeev Suraski | 2018-11-01 | 1 | -1/+1 |
|/ / | |||||
* | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -1/+1 |
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | Added RC_DEBUG exception | Dmitry Stogov | 2017-11-02 | 1 | -1/+5 |
* | | remove cast | Anatol Belski | 2017-07-28 | 1 | -2/+2 |
|/ | |||||
* | Merge branch 'PHP-7.0' into PHP-7.1 | Jakub Zelenka | 2017-04-30 | 1 | -2/+4 |
|\ | |||||
| * | Fix compiler warnings when compiled against musl libc | Michael Heimpold | 2017-04-30 | 1 | -2/+4 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-12 | 1 | -4/+6 |
|\ \ | |/ | |||||
| * | Fixed bug #69860 | Denis Yeldandi | 2017-02-12 | 1 | -4/+6 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-01-07 | 1 | -8/+14 |
|\ \ | |/ | |||||
| * | Fixed bug #67583 | Nikita Popov | 2017-01-07 | 1 | -4/+10 |
| * | Rename fcgi_request.closed to .ended | Nikita Popov | 2017-01-07 | 1 | -6/+6 |
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | Fixed compilation warnings | Dmitry Stogov | 2016-06-28 | 1 | -2/+5 |
* | | Merge branch 'PHP-7.0' | Xinchen Hui | 2016-06-28 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | MFH: Fixed fd leak (the origin commit can not be cherry-picked) | Xinchen Hui | 2016-06-28 | 1 | -1/+1 |
* | | couple of resource leaks fixes and use after free's | David Carlier | 2016-06-27 | 1 | -0/+1 |
* | | Fixed compilation warnings | Dmitry Stogov | 2016-06-21 | 1 | -2/+2 |
|/ | |||||
* | Fixed bug #72308 (fastcgi_finish_request and logging environment variables) | Xinchen Hui | 2016-06-02 | 1 | -1/+6 |
* | fix #71609: Segmentation fault on ZTS with gethostbyname | Joe Watkins | 2016-03-31 | 1 | -1/+1 |
* | Also WIN32 side | Xinchen Hui | 2016-01-29 | 1 | -3/+3 |
* | Properly read any remaining data when closing FastCGI socket | Robin McCorkell | 2016-01-29 | 1 | -3/+3 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | Encapsulate FastCGI implementation details. | Dmitry Stogov | 2015-06-23 | 1 | -5/+111 |
* | reverted 0512b38 and 1411ca5 | Anatol Belski | 2015-05-26 | 1 | -27/+27 |
* | Micro optimizations | Xinchen Hui | 2015-05-26 | 1 | -15/+13 |
* | fcgi_is_allowed should not log error | Xinchen Hui | 2015-05-24 | 1 | -1/+1 |
* | add the remaining useful symbols to the export | Anatol Belski | 2015-05-23 | 1 | -9/+9 |
* | implement necessary symbol exports | Anatol Belski | 2015-05-23 | 1 | -18/+18 |
* | Avoid multipy allocating of request env | Xinchen Hui | 2015-05-24 | 1 | -2/+7 |
* | Use weak function for fcgi_log | Xinchen Hui | 2015-05-23 | 1 | -12/+24 |
* | Fixed fpm-side (tests passes) | Xinchen Hui | 2015-05-23 | 1 | -119/+188 |
* | Use logger pointer | Xinchen Hui | 2015-05-19 | 1 | -7/+13 |
* | Move fastcgi.c to main | Xinchen Hui | 2015-05-19 | 1 | -0/+1564 |