summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2005-07-03 21:38:54 +0000
committerDerick Rethans <derick@php.net>2005-07-03 21:38:54 +0000
commit422f14cb0f46a47f5d63ce2dfa0c4eaa4a4ba2b6 (patch)
tree16a9c603d6769806655617befa0bfd847822e644 /NEWS
parent8aa3554d1937a501841635bf636768fd6e07b08f (diff)
downloadphp-git-422f14cb0f46a47f5d63ce2dfa0c4eaa4a4ba2b6.tar.gz
- Fixed bug #33536 (strtotime defaults to now even on non time string).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ddfaee6df5..09f10c9b69 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ 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 #33536 (strtotime() defaults to now even on non time string).
+ (Derick)
- Fixed bug #33532 (Different output for strftime() and date()). (Derick)
- Fixed bug #33523 (Memory leak in xmlrpc_encode_request()). (Ilia)
- Fixed bug #33491 (crash after extending MySQLi internal class). (Tony)