summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-08-17 19:35:10 +0200
committerChristoph M. Becker <cmb@php.net>2015-08-17 19:35:10 +0200
commitb28758f25395ef368d0f7de9fad1973d6d44d919 (patch)
tree246a6992a50de5e4e915dea0757a1fafd588bf3d
parent07c1b641b5b4d71eb13ed098d3c4e87082572600 (diff)
downloadphp-git-b28758f25395ef368d0f7de9fad1973d6d44d919.tar.gz
updated NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4bf047ce75..6a921d358b 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,8 @@ PHP NEWS
object or string). (cmb)
. Fixed bug #70266 (DateInterval::__construct.interval_spec is not supposed to
be optional). (cmb)
+ . Fixed bug #70277 (new DateTimeZone($foo) is ignoring text after null byte).
+ (cmb)
- MCrypt:
. Fixed bug #69833 (mcrypt fd caching not working). (Anatol)