From: Xinchen Hui Date: Sat, 9 Mar 2013 03:37:41 +0000 (+0800) Subject: Fix date X-Git-Tag: php-5.5.0beta1~48^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fece94369bdef32ce0307bd124803c8e8bf54cf;p=php Fix date --- diff --git a/NEWS b/NEWS index 17ecbe5670..f8a43f6501 100644 --- 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).