From: Anatol Belski Date: Mon, 18 Jan 2016 07:26:23 +0000 (+0100) Subject: add UPGRADING note for PHP_FCGI_CHILDREN on Windows X-Git-Tag: php-7.2.0alpha1~620^2~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1540044e90a08d0edc57352616a8ad61296e3b9;p=php add UPGRADING note for PHP_FCGI_CHILDREN on Windows --- diff --git a/UPGRADING b/UPGRADING index f4c4765c4a..344c221273 100644 --- a/UPGRADING +++ b/UPGRADING @@ -95,6 +95,11 @@ PHP 7.1 UPGRADE NOTES - Core: . Support for ftok() +- FCGI + . PHP_FCGI_CHILDREN is respected. If this environment variable is defined, + the first php-fcgi.exe process will exec the specified number of children. + Those will share the same TCP socket. + ======================================== 13. Other Changes ========================================