From 4d5bb45b3bff9bd7ecc5da1de32f3b3199f9a8ce Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Mon, 4 Apr 2016 09:33:20 +0100 Subject: [PATCH] magical notation is magical --- NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index b85e1dd218..cf0f0c74f9 100644 --- a/NEWS +++ b/NEWS @@ -3,8 +3,8 @@ PHP NEWS ?? ??? 2016 PHP 7.0.6 - Core: - . Fixed bug #71414 (Fatal error when using interface trait and inheritance). (krakjoe) - . Fixed bug #71359 ( Coalescing operator on classes with overridden __get() method). (krakjoe) + . Fixed bug #71414 (Inheritance, traits and interfaces). (krakjoe) + . Fixed bug #71359 (Null coalescing operator and magic). (krakjoe) . Fixed bug #71930 (_zval_dtor_func: Assertion `(arr)->gc.refcount <= 1' failed). (Laruence) . Fixed bug #71914 (Reference is lost in "switch"). (Laruence) @@ -49,7 +49,7 @@ PHP NEWS . Fixed bug #71735 (Double-free in SplDoublyLinkedList::offsetSet). (Stas) - Standard: - . Fixed bug #71827 (substr_replace bug when length type is string). (krakjoe) + . Fixed bug #71827 (substr_replace bug, string length). (krakjoe) . Fixed bug #71891 (header_register_callback() and register_shutdown_function()). (Laruence) . Fixed bug #71884 (Null pointer deref (segfault) in -- 2.40.0