Commit:    56d8d353009dbe9678fd292f205eaf32aca59b9e
Author:    Xinchen Hui <larue...@php.net>         Wed, 18 Apr 2012 18:43:46 
+0800
Parents:   172aa3c6d77ab4af9439131e960307659e0195ef
Branches:  PHP-5.4

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=56d8d353009dbe9678fd292f205eaf32aca59b9e

Log:
Fix NEWS, the previous wrong was introduced in commit 
cb2a1c71c96d7c9b2ee03d77beae0c8e0d385f1b

http://git.php.net/?p=php-src.git;a=commitdiff;h=cb2a1c71c96d7c9b2ee03d77beae0c8e0d385f1b

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 94c75c8..e09e1ab 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)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to