From: Xinchen Hui Date: Wed, 18 Apr 2012 10:43:46 +0000 (+0800) Subject: Fix NEWS, the previous wrong was introduced in commit cb2a1c71c96d7c9b2ee03d77beae0c8... X-Git-Tag: php-5.4.4RC1~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56d8d353009dbe9678fd292f205eaf32aca59b9e;p=php Fix NEWS, the previous wrong was introduced in commit cb2a1c71c96d7c9b2ee03d77beae0c8e0d385f1b http://git.php.net/?p=php-src.git;a=commitdiff;h=cb2a1c71c96d7c9b2ee03d77beae0c8e0d385f1b --- diff --git a/NEWS b/NEWS index 94c75c8acd..e09e1ab5c3 100644 --- a/NEWS +++ b/NEWS @@ -8,14 +8,6 @@ PHP NEWS $_SERVER['SCRIPT_FILENAME'] when using router). (Laruence) . "Connection: close" instead of "Connection: closed" (Gustavo) -- JSON - . Fixed bug #61537 (json_encode() incorrectly truncates/discards - information). (Adam) - -?? ??? 2012, PHP 5.3.11 - -(merge after 5.3.11 release) - - Core: . Fixed bug #61761 ('Overriding' a private static method with a different signature causes crash). (Laruence) @@ -71,6 +63,10 @@ PHP NEWS . Fixed bug #61487 (Incorrent bounds checking in grapheme_strpos). (Stas) +- JSON + . Fixed bug #61537 (json_encode() incorrectly truncates/discards + information). (Adam) + - Libxml: . Fixed bug #61617 (Libxml tests failed(ht is already destroyed)). (Laruence)