summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2005-07-04 07:48:19 +0000
committerDerick Rethans <derick@php.net>2005-07-04 07:48:19 +0000
commit346c09092462688ca9a3d00062d47e784cfcb391 (patch)
treec5cf37749769e95cb4556bbcb452c0b31d1761ed /NEWS
parenteffc5f1927b50fc279b004d26c55acf850843331 (diff)
downloadphp-git-346c09092462688ca9a3d00062d47e784cfcb391.tar.gz
- Fixed bug #33562 (date("") crashes).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 09f10c9b69..95e13432b7 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ PHP NEWS
- Added date_timezone_set() function to set the timezone that the date
functions will use. (Derick)
- Implemented feature request #33452 (Year belonging to ISO week). (Derick)
+- Fixed bug #33562 (date("") crashes). (Derick)
- Fixed bug #33536 (strtotime() defaults to now even on non time string).
(Derick)
- Fixed bug #33532 (Different output for strftime() and date()). (Derick)