summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2008-05-02 21:33:05 +0000
committerDerick Rethans <derick@php.net>2008-05-02 21:33:05 +0000
commiteb64b777faa566ee00b40ac540f47ebde6ba9968 (patch)
tree46df60c25275a87023b885ee5251d0d1fc4b9476 /NEWS
parentd725401987479603c02c7961461d91e891d6f599 (diff)
downloadphp-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--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3c3b960bcc..608379b5f0 100644
--- a/NEWS
+++ b/NEWS
@@ -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)