From e1540044e90a08d0edc57352616a8ad61296e3b9 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 18 Jan 2016 08:26:23 +0100 Subject: [PATCH] add UPGRADING note for PHP_FCGI_CHILDREN on Windows --- UPGRADING | 5 +++++ 1 file changed, 5 insertions(+) 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 ======================================== -- 2.50.1