]> granicus.if.org Git - php/commitdiff
updated NEWS
authorChristoph M. Becker <cmb@php.net>
Fri, 14 Aug 2015 12:32:56 +0000 (14:32 +0200)
committerChristoph M. Becker <cmb@php.net>
Fri, 14 Aug 2015 12:32:56 +0000 (14:32 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 0be4f741a5c6906327d0d6870e4e63dac988f5f8..abf8ba86ce82d52108b961a89481f049e0df59e0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,8 @@ PHP                                                                        NEWS
 - Date:
   . Fixed bug #70245 (strtotime does not emit warning when 2nd parameter is
     object or string). (cmb)
+  . Fixed bug #70266 (DateInterval::__construct.interval_spec is not supposed to
+    be optional). (cmb)
 
 - MCrypt:
   . Fixed bug #69833 (mcrypt fd caching not working). (Anatol)