summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-03-29 14:30:32 +0200
committerAnatol Belski <ab@php.net>2017-03-29 14:30:55 +0200
commitfcc6cbc9c3d119077614db21510bb3068b5255ec (patch)
tree1c78dfb02126c750930a03677b14fdfabd47abb5
parent764b529efd43b1254a900114022332868babe8cb (diff)
downloadphp-git-fcc6cbc9c3d119077614db21510bb3068b5255ec.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 847d527434..75593e979f 100644
--- 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)