From: Anatol Belski Date: Wed, 19 Feb 2014 10:28:55 +0000 (+0100) Subject: updated NEWS X-Git-Tag: php-5.6.0alpha3~1^2~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e82ff615f42e9d114b47432e7aa105d161b5bb1;p=php updated NEWS --- diff --git a/NEWS b/NEWS index 53dfe6a0fa..d27c70288a 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,9 @@ PHP NEWS . Fixed imagettftext to load the correct character map rather than the last one. (Scott) +- Fileinfo + . Upgraded to libmagic-5.17 (Anatol) + - JSON: . Fixed bug #65753 (JsonSerializeable couldn't implement on module extension) (chobieeee@php.net)