]> granicus.if.org Git - php/commitdiff
Fix date
authorXinchen Hui <laruence@php.net>
Sat, 9 Mar 2013 03:37:41 +0000 (11:37 +0800)
committerXinchen Hui <laruence@php.net>
Sat, 9 Mar 2013 03:37:41 +0000 (11:37 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 17ecbe5670ab21d77fb866a823176a5ff540bb34..f8a43f6501aa3de0f71024da0810f729aea69bde 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,10 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2012, PHP 5.4.14
+?? ??? 2013, PHP 5.4.14
 - PCRE:
   . Merged PCRE 8.32. (Anatol)
 
-?? ??? 2012, PHP 5.4.13
+?? ??? 2013, PHP 5.4.13
 
 - Core:
   . Fixed bug #64235 (Insteadof not work for class method in 5.4.11).
@@ -54,7 +54,7 @@ PHP                                                                        NEWS
 - SNMP:
   . Fixed bug #64124 (IPv6 malformed). (Boris Lytochkin)
 
-21 Feb 2012, PHP 5.4.12
+21 Feb 2013, PHP 5.4.12
 
 - Core:
   . Fixed bug #64099 (Wrong TSRM usage in zend_Register_class alias). (Johannes)
@@ -99,7 +99,7 @@ PHP                                                                        NEWS
   . Fixed bug #63916 (PDO::PARAM_INT casts to 32bit int internally even
     on 64bit builds in pdo_sqlite). (srgoogleguy, Lars)
 
-17 Jan 2012, PHP 5.4.11
+17 Jan 2013, PHP 5.4.11
 
 - Core:
   . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).