]> granicus.if.org Git - php/commitdiff
[ci skip] update NEWS
authorAnatol Belski <ab@php.net>
Wed, 28 Jun 2017 21:38:49 +0000 (23:38 +0200)
committerAnatol Belski <ab@php.net>
Wed, 28 Jun 2017 21:38:49 +0000 (23:38 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 380692b73ce5577cf1713ae64168f7944e901684..c7ccdb660e14c8eece0d114d05e2f5e4602c695c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ PHP                                                                        NEWS
   . Allow loading PHP/Zend extensions by name in ini files (extension=<name>).
     (francois at tekwire dot net)
   . Added object type annotation. (brzuchal)
+  . Fixed bug #74815 (crash with a combination of INI entries at startup).
+    (Anatol)
 
 - OpenSSL:
   . Fixed bug #74798 (pkcs7_en/decrypt does not work if \x0a is used in content).