History log of /PHP-7.4/main/fastcgi.c (Results 26 – 39 of 39)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4, php-5.6.19RC1, php-7.0.4RC1, php-5.6.18, php-7.0.3, php-5.5.32
# 3dadd654 30-Jan-2016 Xinchen Hui

Also WIN32 side


# 7806553f 29-Jan-2016 Robin McCorkell

Properly read any remaining data when closing FastCGI socket


# 4b927d4a 29-Jan-2016 Robin McCorkell

Properly read any remaining data when closing FastCGI socket


Revision tags: php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2, php-7.0.2RC1, php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3, php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45, php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44, php-5.6.12RC1, php-7.0.0beta2, php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43, php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2
# 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 ...


Revision tags: php-5.5.26, php-7.0.0alpha1, php-5.6.10, php-5.4.42, POST_PHP7_NSAPI_REMOVAL, PRE_PHP7_NSAPI_REMOVAL, php-5.6.10RC1, php-5.5.26RC1
# cf0397ef 26-May-2015 Anatol Belski

reverted 0512b38 and 1411ca5


# 5f753f9e 26-May-2015 Xinchen Hui

Micro optimizations


# 231f059d 24-May-2015 Xinchen Hui

fcgi_is_allowed should not log error


# 0512b383 23-May-2015 Anatol Belski

add the remaining useful symbols to the export


# 1411ca58 23-May-2015 Anatol Belski

implement necessary symbol exports


# 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


# e383cb44 19-May-2015 Xinchen Hui

Move fastcgi.c to main


12