com php-src: [ci skip] update NEWS: NEWS
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: fcc6cbc9c3d119077614db21510bb3068b5255ec Author: Anatol Belski <[email protected]> Wed, 29 Mar 2017 14:30:32 +0200 Parents: 764b529efd43b1254a900114022332868babe8cb Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=fcc6cbc9c3d119077614db21510bb3068b5255ec Log: [ci skip] update NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index 847d527..75593e9 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)