From: Ferenc Kovacs Date: Wed, 26 Feb 2014 14:28:36 +0000 (+0100) Subject: rearrange the NEWS blocks a bit X-Git-Tag: php-5.6.0alpha3~1^2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da4c7af358fba43a01baca85f71b217fb5472384;p=php rearrange the NEWS blocks a bit --- diff --git a/NEWS b/NEWS index 82b3a21e9f..c736a32cf6 100644 --- a/NEWS +++ b/NEWS @@ -5,13 +5,16 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 27 Feb 2014, PHP 5.6.0 Alpha 3 -- gd: - . Fixed imagettftext to load the correct character map rather than the last one. - (Scott) +- Core + . Expose get_debug_info class hook as __debugInfo() magic method. (Sara) - Fileinfo . Upgraded to libmagic-5.17 (Anatol) +- gd: + . Fixed imagettftext to load the correct character map rather than the last one. + (Scott) + - JSON: . Fixed bug #65753 (JsonSerializeable couldn't implement on module extension) (chobieeee@php.net) @@ -74,9 +77,6 @@ PHP NEWS It also made pg_meta_data() return "is enum" always. (Yasuo) -- Core - . Expose get_debug_info class hook as __debugInfo() magic method. (Sara) - 13 Feb 2014, PHP 5.6.0 Alpha 2 - Core: . Added T_POW (**) operator