diff options
author | Derick Rethans <derick@php.net> | 2008-05-02 21:33:05 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2008-05-02 21:33:05 +0000 |
commit | eb64b777faa566ee00b40ac540f47ebde6ba9968 (patch) | |
tree | 46df60c25275a87023b885ee5251d0d1fc4b9476 /NEWS | |
parent | d725401987479603c02c7961461d91e891d6f599 (diff) | |
download | php-git-eb64b777faa566ee00b40ac540f47ebde6ba9968.tar.gz |
- MFH: Fixed an issue in date() where a : was printed for the O modifier after
a P modifier was used.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -160,6 +160,8 @@ PHP NEWS to different characters with cp1251 and cp866. (Scott) - Fixed possible crash in ext/soap because of uninitialized value. (Zdash Urf) - Fixed PECL bug #12431 (OCI8 ping functionality is broken). (Oracle Corp.) +- Fixed an issue in date() where a : was printed for the O modifier after a P + modifier was used. (Derick) - Fixed bug #44805 (rename() function is not portable to Windows). (Pierre) - Fixed bug #44742 (timezone_offset_get() causes segmentation faults). (Derick) |