summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cd3df458c8..d27af1a431 100644
--- 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)