From: Xinchen Hui Date: Tue, 12 Jul 2016 03:52:49 +0000 (+0800) Subject: Upate NEWS X-Git-Tag: php-7.1.0beta1~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=338ba17af044305be8849a17de0d38467b3e03ce;p=php Upate NEWS --- diff --git a/NEWS b/NEWS index 8060b21e77..a865fb1e8d 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP NEWS ?? ??? 2016, PHP 7.1.0beta1 - Core: + . Fixed bug #72581 (previous property undefined in Exception after + deserialization). (Laruence) . Fixed bug #72543 (Different references behavior comparing to PHP 5) (Laruence, Dmitry, Nikita) . Fixed bug #71539 (Memory error on $arr[$a] =& $arr[$b] if RHS rehashes)