summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-01-20 13:27:38 -0800
committerStanislav Malyshev <stas@php.net>2015-01-20 13:27:38 -0800
commitcca3c8a9852db83d2acd16810fe2b426aa047752 (patch)
tree57e331fbfe030a204caa85a3ad87c0adf6497042
parent53b3db43caa658a1dff12e79182d80b0d2db85e6 (diff)
downloadphp-git-cca3c8a9852db83d2acd16810fe2b426aa047752.tar.gz
fix year
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b0177e1da0..ac4d5aa3f5 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)