]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Thu, 12 Jan 2017 21:45:18 +0000 (22:45 +0100)
committerAnatol Belski <ab@php.net>
Thu, 12 Jan 2017 21:45:18 +0000 (22:45 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 05e3d9e774f68dcf22c7e56a0b9bf5328aedca59..cd47e3d27b51325e9b331f54a8d409e4c30d89b5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,7 @@ PHP                                                                        NEWS
 
 - FCGI:
   . Fixed bug #73904 (php-cgi fails to load -c specified php.ini file). (Anatol)
+  . Fixed bug #72898 (PHP_FCGI_CHILDREN is not included in phpinfo()). (Anatol)
 
 - Mysqlnd:
   . Fixed bug #69899 (segfault on close() after free_result() with mysqlnd).