summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-09-30 20:09:27 -0700
committerStanislav Malyshev <stas@php.net>2012-09-30 20:19:36 -0700
commit40bb9254c59504af21a128355ea6892961291ace (patch)
treed229027ee89d0b1b4ca2448fbae0b44fd1ec2960 /NEWS
parentd3c37f0937dd4445eedb3a5b8b385aaf0b5de24f (diff)
parentb3469560f3886a8b509f9fcc6e64134cab62646c (diff)
downloadphp-git-40bb9254c59504af21a128355ea6892961291ace.tar.gz
Merge branch 'pull-request/210' into PHP-5.4
* pull-request/210: Fix bugs 62561,62896 (Modifying DateTime::__construct,date_create adds an hour) Prevent a unix timestamp, which is always GMT when being parsed, from taking on the local timezones DST flag.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 86ba860260..83c8e23516 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,11 @@ PHP NEWS
. Fixed bug #62085 (file_get_contents a remote file by Curl wrapper will
cause cpu Soaring). (Pierrick)
+- Date:
+ . Fixed bug #62896 ("DateTime->modify('+0 days')" modifies DateTime object)
+ (Lonny Kapelushnik)
+ . Fixed bug #62561 (DateTime add 'P1D' adds 25 hours). (Lonny Kapelushnik)
+
- DOM:
. Fixed bug #63015 (Incorrect arginfo for DOMErrorHandler). (Rob)