com php-src: update NEWS: NEWS
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 91159bdcf54ad4e4b606b5869bab977b6ba042dd Author: Anatol Belski <[email protected]> Mon, 13 Feb 2017 08:38:31 +0100 Parents: 8164e024cd9a5e953b73edd9e86e6d75113437f4 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=91159bdcf54ad4e4b606b5869bab977b6ba042dd Log: update NEWS Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index cd3df45..d27af1a 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)