diff options
author | Stanislav Malyshev <stas@php.net> | 2015-01-20 13:27:38 -0800 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2015-01-20 13:27:38 -0800 |
commit | cca3c8a9852db83d2acd16810fe2b426aa047752 (patch) | |
tree | 57e331fbfe030a204caa85a3ad87c0adf6497042 | |
parent | 53b3db43caa658a1dff12e79182d80b0d2db85e6 (diff) | |
download | php-git-cca3c8a9852db83d2acd16810fe2b426aa047752.tar.gz |
fix year
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |