1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00

update NEWS

This commit is contained in:
Anatol Belski
2017-01-12 22:45:18 +01:00
parent aacba43056
commit e6632ce377

1
NEWS
View File

@@ -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).