1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00

updated NEWS

This commit is contained in:
Christoph M. Becker
2015-08-17 17:27:13 +02:00
parent bb057498f7
commit 3ed58fb5d7
+2
View File
@@ -16,6 +16,8 @@ PHP NEWS
- Date:
. 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)