php-src/sapi
Anatol Belski 8430ec1788 fix FCGI crash in TS mode
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.
2015-06-29 07:33:19 +02:00
..
apache2handler Merge branch 'PHP-5.6' 2015-04-14 01:28:06 -07:00
cgi fix FCGI crash in TS mode 2015-06-29 07:33:19 +02:00
cli Merge branch 'PHP-5.6' 2015-06-27 20:05:30 +02:00
embed made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
fpm Encapsulate FastCGI implementation details. 2015-06-23 16:27:21 +03:00
litespeed bump API version to 6.8 2015-06-22 23:39:35 -04:00
phpdbg Fix assertion failure with Z_REFCOUNT() in info constants 2015-06-29 03:43:51 +02:00
tests Fixed sapi/tests (maybe needs some run-test.php people's reviewing) 2015-05-27 17:37:34 +08:00