]> granicus.if.org Git - php/commitdiff
update NEWS
authorStanislav Malyshev <stas@php.net>
Tue, 18 Feb 2014 05:16:48 +0000 (21:16 -0800)
committerStanislav Malyshev <stas@php.net>
Tue, 18 Feb 2014 05:16:48 +0000 (21:16 -0800)
NEWS

diff --git a/NEWS b/NEWS
index 90abd2061d0847c55759ebc03555e5d545c81c2e..4ac8ef3dcf29ebc27e9bd20b36aa51a8ec4e350b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2014, PHP 5.4.26
 
+?? ??? 2014, PHP 5.4.26
+
 - JSON:
   . Fixed bug #65753 (JsonSerializeable couldn't implement on module extension)
   (chobieeee@php.net)
@@ -18,7 +20,7 @@ PHP                                                                        NEWS
   . Added warning for dangerous client encoding and remove possible injections
     for pg_insert()/pg_update()/pg_delete()/pg_select(). (Yasuo)
 
-?? ??? 2014, PHP 5.4.25
+06 Feb 2014, PHP 5.4.25
 
 - Core:
   . Fixed bug #66286 (Incorrect object comparison with inheritance). (Nikita)