From: Anatol Belski Date: Mon, 13 Feb 2017 07:38:31 +0000 (+0100) Subject: update NEWS X-Git-Tag: php-7.2.0alpha1~368 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91159bdcf54ad4e4b606b5869bab977b6ba042dd;p=php update NEWS --- diff --git a/NEWS b/NEWS index cd3df458c8..d27af1a431 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)