]> granicus.if.org Git - php/commitdiff
news updates
authorJoe Watkins <krakjoe@php.net>
Mon, 4 Apr 2016 08:21:06 +0000 (09:21 +0100)
committerJoe Watkins <krakjoe@php.net>
Mon, 4 Apr 2016 08:21:06 +0000 (09:21 +0100)
NEWS

diff --git a/NEWS b/NEWS
index f86d7b2588fac439bfca9fd57ccb4a87e0ee8e0b..4faa3f272c2c6a4144efd587e642c60d256cb2dd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ PHP                                                                        NEWS
 ?? ??? 2016 PHP 7.0.6
 
 - Core:
+  . Fixed bug #71414 (Fatal error when using interface trait and inheritance). (krakjoe)
+  . Fixed bug #71827 (substr_replace bug when length type is string). (krakjoe)
+  . Fixed bug #71359 (         Coalescing operator on classes with overridden __get() method). (krakjoe)
   . Fixed bug #71930 (_zval_dtor_func: Assertion `(arr)->gc.refcount <= 1'
     failed). (Laruence)
   . Fixed bug #71914 (Reference is lost in "switch"). (Laruence)