summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)