From: Xinchen Hui Date: Sat, 27 May 2017 04:09:11 +0000 (+0800) Subject: Added NEWs X-Git-Tag: php-7.2.0alpha1~43^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63ca6f93a15ce3553edb0a29719811c7a0578026;p=php Added NEWs --- diff --git a/NEWS b/NEWS index d7fc7134c6..909a82e667 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2017, PHP 7.1.7 +- Core: + . Fixed bug #74658 (Undefined constants in array properties result in broken + properties). (Laruence) + - SPL: . Fixed bug #74478 (null coalescing operator failing with SplFixedArray). (jhdxr)