From: Xinchen Hui Date: Thu, 14 Jul 2016 05:38:42 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-7.1.0beta1~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb2bafc7d0e9296e6dfd4035839daf2cf9498da9;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 28d2434f4a..75517885d0 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP NEWS ?? ??? 2016, PHP 7.1.0beta1 - Core: + . Fixed bug #72594 (Calling an earlier instance of an included anonymous + class fatals). (Laruence) . Fixed bug #72581 (previous property undefined in Exception after deserialization). (Laruence) . Fixed bug #72543 (Different references behavior comparing to PHP 5)