]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Mon, 13 Feb 2017 07:38:31 +0000 (08:38 +0100)
committerAnatol Belski <ab@php.net>
Mon, 13 Feb 2017 07:38:31 +0000 (08:38 +0100)
NEWS

diff --git a/NEWS b/NEWS
index cd3df458c8b81de92b30cf083eeaa9a8c36964fa..d27af1a4310365429c16ab3776ff593b13bee596 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,8 @@ PHP                                                                        NEWS
     definition and not parent). (pmmaga)
   . Fixed bug #74053 (Corrupted class entries on shutdown when a destructor
     spawns another object). (jim at commercebyte dot com)
+  . Fixed bug #73971 (Filename got limited to MAX_PATH on Win32 when scan
+    directory). (Anatol)
 
 - BCMath:
   . Fixed bug #46564 (bcmod truncates fractionals). (liborm85)