]> granicus.if.org Git - php/commitdiff
NEWS
authorRemi Collet <remi@php.net>
Tue, 18 Feb 2014 12:57:28 +0000 (13:57 +0100)
committerRemi Collet <remi@php.net>
Tue, 18 Feb 2014 12:57:28 +0000 (13:57 +0100)
NEWS

diff --git a/NEWS b/NEWS
index febb3333d662484c04c6f2e4152c7edbb54cf970..48215ba1cae228c910a82976a0181ae81f9c0c52 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,9 @@ PHP                                                                        NEWS
   . Fixed bug #45528 (Allow the DateTimeZone constructor to accept timezones
     per offset too). (Derick)
 
+- Fileinfo:
+  . Bug #66731 (file: infinite recursion). (Remi)
+
 - JSON:
   . Fixed bug #65753 (JsonSerializeable couldn't implement on module extension)
   (chobieeee@php.net)