From: Remi Collet Date: Tue, 18 Feb 2014 12:57:28 +0000 (+0100) Subject: NEWS X-Git-Tag: php-5.5.10RC1~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6ad3a558a1e005a30b5c2ecd83ebf4084b70560;p=php NEWS --- diff --git a/NEWS b/NEWS index febb3333d6..48215ba1ca 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,9 @@ PHP NEWS . Fixed bug #45528 (Allow the DateTimeZone constructor to accept timezones per offset too). (Derick) +- Fileinfo: + . Bug #66731 (file: infinite recursion). (Remi) + - JSON: . Fixed bug #65753 (JsonSerializeable couldn't implement on module extension) (chobieeee@php.net)