diff options
author | Anatol Belski <ab@php.net> | 2017-03-29 14:30:32 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2017-03-29 14:30:55 +0200 |
commit | fcc6cbc9c3d119077614db21510bb3068b5255ec (patch) | |
tree | 1c78dfb02126c750930a03677b14fdfabd47abb5 | |
parent | 764b529efd43b1254a900114022332868babe8cb (diff) | |
download | php-git-fcc6cbc9c3d119077614db21510bb3068b5255ec.tar.gz |
[ci skip] update NEWS
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |