From: Christoph M. Becker Date: Mon, 17 Aug 2015 17:35:10 +0000 (+0200) Subject: updated NEWS X-Git-Tag: php-7.0.0RC1~7^2~2^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b28758f25395ef368d0f7de9fad1973d6d44d919;p=php updated NEWS --- 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)