]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Mon, 11 Jan 2016 19:41:29 +0000 (20:41 +0100)
committerAnatol Belski <ab@php.net>
Mon, 11 Jan 2016 19:41:29 +0000 (20:41 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 58d04b37094fe943daf84968945b519ce9251e17..a68987d19db1c6006007c3a75938a74e0c72f183 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ PHP                                                                        NEWS
   . Fixed bug #71201 (round() segfault on 64-bit builds). (Anatol)
   . Fixed bug #71089 (No check to duplicate zend_extension). (Remi)
   . Added support for new HTTP 451 code. (Julien)
+  . Fixed bug #71273 (A wrong ext directory setup in php.ini leads to crash).
+    (Anatol);
 
 - FTP:
   . Implemented FR #55651 (Option to ignore the returned FTP PASV address).