diff options
author | David Soria Parra <dsp@php.net> | 2013-09-16 03:48:34 +0200 |
---|---|---|
committer | David Soria Parra <dsp@php.net> | 2013-09-16 04:04:51 +0200 |
commit | c0afe829e33c5f5690c6967a102148984836d5aa (patch) | |
tree | 6d5c068326aefa0ca0cbf864e5e01edb1929c1fd | |
parent | a475b2c1db3512eabfece71430cb49065f558e40 (diff) | |
download | php-git-c0afe829e33c5f5690c6967a102148984836d5aa.tar.gz |
News for bugfix #64157
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ PHP NEWS . Fixed bug #65633 (built-in server treat some http headers as case-sensitive). (Adam) +- Datetime: + . Fixed bug #64157 (DateTime::createFromFormat() reports confusing error + message). (Boro Sitnikovski) + ?? ??? 2013, PHP 5.4.20 - Core: |