]> granicus.if.org Git - php/commitdiff
updated NEWS
authorChristoph M. Becker <cmb@php.net>
Mon, 17 Aug 2015 17:35:10 +0000 (19:35 +0200)
committerChristoph M. Becker <cmb@php.net>
Mon, 17 Aug 2015 17:35:10 +0000 (19:35 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 4bf047ce75b32987ec2d2d61c8a896f5b2154ebd..6a921d358bb6a07d550cb98cd03833e564d5ba3d 100644 (file)
--- 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)