| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Pass error severity to SAPI modules and raise corresponding error level in ↵ | Martin Vobruba | 2016-07-11 | 1 | -1/+1 |
| | | | | | Apache | ||||
| * | Fixed compilation warnings | Dmitry Stogov | 2016-06-28 | 1 | -2/+3 |
| | | |||||
| * | Fixed compilation warnings | Dmitry Stogov | 2016-06-21 | 1 | -2/+2 |
| | | |||||
| * | Improved support for zend-signals. | Dmitry Stogov | 2016-06-20 | 1 | -0/+2 |
| | | |||||
| * | Cleanup zend_signal API | Dmitry Stogov | 2016-06-20 | 1 | -2/+0 |
| | | |||||
| * | Merge branch 'PHP-7.0' | Nikita Popov | 2016-03-03 | 1 | -1/+1 |
| |\ | |||||
| | * | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 1 | -1/+1 |
| | | | | | | | | | Also re bug #71575. | ||||
| * | | fix callback signature compat | Anatol Belski | 2016-02-23 | 1 | -1/+1 |
| | | | |||||
| * | | reorder comments | Anatol Belski | 2016-01-19 | 1 | -2/+4 |
| | | | |||||
| * | | get rid of win32_ prefix | Anatol Belski | 2016-01-19 | 1 | -28/+29 |
| | | | |||||
| * | | check return values and cleanup the job object on exit | Anatol Belski | 2016-01-19 | 1 | -12/+27 |
| | | | |||||
| * | | trap also children exits on shutdown to avoid unhandled exceptions | Anatol Belski | 2016-01-18 | 1 | -0/+7 |
| | | | |||||
| * | | implement FCGI children automatic restart and cleanup | Anatol Belski | 2016-01-13 | 1 | -47/+80 |
| | | | |||||
| * | | Basic implementation for FCGI to respect PHP_FCGI_CHILDREN on Windows | Anatol Belski | 2016-01-13 | 1 | -9/+74 |
| |/ | | | | | | | | PHP_FCGI_CHILDREN number of children processes will be spawned, sharing same TCP socket. To implement yet - children cleanup on exit - automatic children re-spawning | ||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -3/+3 |
| |\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| | * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -3/+3 |
| | | | |||||
| | * | Added support for HTTP 451 | Julien Pauli | 2015-12-23 | 1 | -0/+1 |
| | | | |||||
| | * | Fix globals initialization in sapi/cgi | Anatol Belski | 2015-10-23 | 1 | -5/+6 |
| | | | | | | | | | Basically backport 8430ec17 | ||||
| * | | rm duplicate include | Lynn | 2015-11-07 | 1 | -1/+0 |
| | | | |||||
| * | | Don't keep dangling pointers | Dmitry Stogov | 2015-09-23 | 1 | -2/+8 |
| | | | |||||
| * | | fix zend signal and tsrm compatzend-signal-zts | Joe Watkins | 2015-09-01 | 1 | -0/+4 |
| | | | |||||
| * | | integrate the applink shim in the other bins | Anatol Belski | 2015-07-03 | 1 | -0/+4 |
| | | | |||||
| * | | remove useless assignment | Anatol Belski | 2015-06-29 | 1 | -5/+1 |
| | | | |||||
| * | | fix FCGI crash in TS mode | Anatol Belski | 2015-06-29 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | If CGI TS build is used, and there are some hard errors (fe missing dependency .dll or .so), the core will want to log it. The CGI log function will want to check whether fcgi_logging is enabled. But, if this kind of error happens in the extension register phase, MINIT for the CGI module is most likely wasn't run yet (startup phase). That will result in accessing uninitialized globals and a crash. | ||||
| * | | Encapsulate FastCGI implementation details. | Dmitry Stogov | 2015-06-23 | 1 | -13/+14 |
| | | | | | | | | | Previously fcgi_request defined in main/fastcgi.h might be treated differently in different files, because of different behavior of #ifdef TCP_NODELAY. This leaded to stack memory corruption and unpredictable crashes. | ||||
| * | | Fixed bug #69849 (Broken output of apache_request_headers) | Kalle Sommer Nielsen | 2015-06-16 | 1 | -1/+1 |
| | | | |||||
| * | | Use zend_parse_parameters_none() here | Kalle Sommer Nielsen | 2015-06-16 | 1 | -4/+4 |
| | | | |||||
| * | | Micro optimizations | Xinchen Hui | 2015-05-26 | 1 | -2/+7 |
| | | | |||||
| * | | Avoid multipy allocating of request env | Xinchen Hui | 2015-05-24 | 1 | -0/+2 |
| | | | |||||
| * | | Use weak function for fcgi_log | Xinchen Hui | 2015-05-23 | 1 | -0/+5 |
| | | | |||||
| * | | Fixed fpm-side (tests passes) | Xinchen Hui | 2015-05-23 | 1 | -95/+89 |
| | | | |||||
| * | | Use logger pointer | Xinchen Hui | 2015-05-19 | 1 | -0/+9 |
| | | | |||||
| * | | Drop zend_indent() as it was never used, complete or working | Kalle Sommer Nielsen | 2015-03-27 | 1 | -18/+0 |
| | | | |||||
| * | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 1 | -3/+3 |
| | | | | | | | | | which also comply with the current semantics for such macros | ||||
| * | | remove useless condition | Anatol Belski | 2015-02-11 | 1 | -3/+0 |
| | | | |||||
| * | | fix datatype mismatches, improve error checks | Anatol Belski | 2015-01-30 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-01-27 | 1 | -2/+5 |
| |\ \ | |/ | | | | | | | Conflicts: sapi/cgi/cgi_main.c | ||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2015-01-27 | 1 | -2/+5 |
| | |\ | |||||
| | | * | Also Fixed #68571 in CGI SAPI, and some cleanup | Xinchen Hui | 2015-01-27 | 1 | -2/+5 |
| | | | | |||||
| | | * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -3/+3 |
| | | | | |||||
| | * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -3/+3 |
| | | | | |||||
| * | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -3/+3 |
| | | | | |||||
| * | | | Faster sorting algo | Xinchen Hui | 2015-01-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -8/+8 |
| | | | | |||||
| * | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-12-30 | 1 | -2/+5 |
| |\ \ \ | |/ / | | | | | | | | | | | | | | | | * PHP-5.6: FIx bug #68618 (out of bounds read crashes php-cgi) Fixed bug #68676 (Explicit Double Free) Fixed bug #68676 (Explicit Double Free) | ||||
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-12-30 | 1 | -2/+5 |
| | |\ \ | | |/ | | | | | | | | | | | | | * PHP-5.5: FIx bug #68618 (out of bounds read crashes php-cgi) Fixed bug #68676 (Explicit Double Free) | ||||
| | | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-12-30 | 1 | -2/+5 |
| | | |\ | | | | | | | | | | | | | | | | | * PHP-5.4: FIx bug #68618 (out of bounds read crashes php-cgi) | ||||
| | | | * | FIx bug #68618 (out of bounds read crashes php-cgi) | Stanislav Malyshev | 2014-12-30 | 1 | -2/+5 |
| | | | | | |||||
| | | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | Unify HTTP status code maps | Andrea Faulds | 2014-12-21 | 1 | -53/+4 |
| | | | | | |||||
