]> granicus.if.org Git - php/commitdiff
[ci skip] update NEWS
authorAnatol Belski <ab@php.net>
Wed, 29 Mar 2017 12:30:32 +0000 (14:30 +0200)
committerAnatol Belski <ab@php.net>
Wed, 29 Mar 2017 12:30:55 +0000 (14:30 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 847d527434812285ae74cea1629f5b2a7e6d2c71..75593e979f1caa2eb1ff2b48999a72782fd96994 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,8 @@ PHP                                                                        NEWS
   . Fixed bug #73971 (Filename got limited to MAX_PATH on Win32 when scan
     directory). (Anatol)
   . Fixed bug #74149 (static embed SAPI linkage error). (krakjoe)
+  . Fixed bug #72359, bug #72451, bug #73706, bug #71115 and athers related
+    to interned strings handling in TS builds. (Anatol, Dmitry)
 
 - BCMath:
   . Fixed bug #46564 (bcmod truncates fractionals). (liborm85)