summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-01-12 22:45:18 +0100
committerAnatol Belski <ab@php.net>2017-01-12 22:45:18 +0100
commite6632ce3775f6646728fa24f4130253ec81da4c5 (patch)
treedd7f6311a3a6f2b17ba29e35a9cb7bba3ed1b498
parentaacba43056b71ea2ba283468513e87a06a1904ef (diff)
downloadphp-git-e6632ce3775f6646728fa24f4130253ec81da4c5.tar.gz
update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 05e3d9e774..cd47e3d27b 100644
--- 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).