History log of /PHP-7.4/sapi/cgi/cgi_main.c (Results 76 – 100 of 601)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 01ed7368 23-Sep-2015 Dmitry Stogov

Don't keep dangling pointers


# 85a511d2 01-Sep-2015 Joe Watkins

fix zend signal and tsrm compat


# 3d7343f6 03-Jul-2015 Anatol Belski

integrate the applink shim in the other bins


# a1cf46bb 28-Jun-2015 Anatol Belski

remove useless assignment


# 8430ec17 28-Jun-2015 Anatol Belski

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

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.

show more ...


# f0d2a0e5 23-Jun-2015 Dmitry Stogov

Encapsulate FastCGI implementation details.
Previously fcgi_request defined in main/fastcgi.h might be treated differently in different files, because of different behavior of #ifdef TCP_NODELAY.

Encapsulate FastCGI implementation details.
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.

show more ...


# 44452682 16-Jun-2015 Kalle Sommer Nielsen

Fixed bug #69849 (Broken output of apache_request_headers)


# ab4aae5f 16-Jun-2015 Kalle Sommer Nielsen

Use zend_parse_parameters_none() here


# 5f753f9e 26-May-2015 Xinchen Hui

Micro optimizations


# f20118aa 23-May-2015 Xinchen Hui

Avoid multipy allocating of request env


# 86de98ca 23-May-2015 Xinchen Hui

Use weak function for fcgi_log


# 18cf4e0a 23-May-2015 Xinchen Hui

Fixed fpm-side (tests passes)


# ba5ecf35 19-May-2015 Xinchen Hui

Use logger pointer


Revision tags: php-5.5.25, php-5.6.9, php-5.4.41, php-5.6.9RC1, php-5.5.25RC1, php-5.6.8, php-5.5.24, php-5.4.40, php-5.6.8RC1, php-5.5.24RC1
# 8153286e 27-Mar-2015 Kalle Sommer Nielsen

Drop zend_indent() as it was never used, complete or working


Revision tags: php-5.6.7, php-5.5.23, php-5.4.39, php-5.6.7RC1, php-5.5.23RC1, POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS, php-5.6.6, php-5.5.22, php-5.4.38
# af3ca745 16-Feb-2015 Anatol Belski

made ZEND_TSRMLS_CACHE_* macros look like function calls

which also comply with the current semantics for such macros


# 12a42433 11-Feb-2015 Anatol Belski

remove useless condition


Revision tags: POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1, php-5.5.21, php-5.6.5, php-5.4.37, php-5.5.21RC1, php-5.6.5RC1, POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4, php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2, php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE, POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32, POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13, php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1
# fc444fbc 11-Apr-2014 Bob Weinand

Shut up, my lovely compiler; I do not like your warnings

Conflicts:
Zend/zend_object_handlers.c


# 563e7822 30-Jan-2015 Anatol Belski

fix datatype mismatches, improve error checks


# 8c2d9176 27-Jan-2015 Xinchen Hui

Also Fixed #68571 in CGI SAPI, and some cleanup


# fc33f52d 15-Jan-2015 Xinchen Hui

bump year


# 0579e827 15-Jan-2015 Xinchen Hui

bump year


# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year


# 2193de0d 14-Jan-2015 Xinchen Hui

Faster sorting algo


# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


# f9ad3086 30-Dec-2014 Stanislav Malyshev

FIx bug #68618 (out of bounds read crashes php-cgi)


12345678910>>...25