]> granicus.if.org Git - php/commitdiff
Fix NEWS, the previous wrong was introduced in commit cb2a1c71c96d7c9b2ee03d77beae0c8...
authorXinchen Hui <laruence@php.net>
Wed, 18 Apr 2012 10:43:46 +0000 (18:43 +0800)
committerXinchen Hui <laruence@php.net>
Wed, 18 Apr 2012 10:43:46 +0000 (18:43 +0800)
http://git.php.net/?p=php-src.git;a=commitdiff;h=cb2a1c71c96d7c9b2ee03d77beae0c8e0d385f1b

NEWS

diff --git a/NEWS b/NEWS
index 94c75c8acd5803453a943e87fd4b56fc3783ecc1..e09e1ab5c363ffdd99111b839db7e9c36eb51248 100644 (file)
--- 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)