Fix NEWS, the previous wrong was introduced in commit cb2a1c71c9

http://git.php.net/?p=php-src.git;a=commitdiff;h=cb2a1c71c96d7c9b2ee03d77beae0c8e0d385f1b
This commit is contained in:
Xinchen Hui 2012-04-18 18:43:46 +08:00
parent 172aa3c6d7
commit 56d8d35300

12
NEWS
View File

@ -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)