From cca3c8a9852db83d2acd16810fe2b426aa047752 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 20 Jan 2015 13:27:38 -0800 Subject: [PATCH] fix year --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b0177e1da0f..ac4d5aa3f5f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2014, PHP 5.5.22 +?? ??? 2015, PHP 5.5.22 - Date: . Fixed bug #45081 (strtotime incorrectly interprets SGT time zone). (Derick) @@ -16,7 +16,7 @@ PHP NEWS . Fixed bug #68750 (PDOMysql with mysqlnd does not allow the usage of named pipes). (steffenb198@aol.com) -22 Jan 2014, PHP 5.5.21 +22 Jan 2015, PHP 5.5.21 - Core: . Upgraded crypt_blowfish to version 1.3. (Leigh)