From: Joe Watkins Date: Mon, 4 Apr 2016 08:21:06 +0000 (+0100) Subject: news updates X-Git-Tag: php-7.0.6RC1~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1dec143d6ef38fb9f35c15b9d3e33441c51b7ad;p=php news updates --- diff --git a/NEWS b/NEWS index f86d7b2588..4faa3f272c 100644 --- 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)