From: Xinchen Hui Date: Wed, 31 May 2017 05:09:38 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-7.2.0alpha1~34^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=741769d9337d9c211f3a106f6f171b889d5b70bf;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 37f700dbba..ce6b60f5f6 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,10 @@ PHP NEWS . Fixed bug #74663 (Segfault with opcache.memory_protect and validate_timestamp). (Laruence) +- Reflection: + . Fixed bug #74673 (Segfault when cast Reflection object to string with + undefined constant). (Laruence) + - SPL: . Fixed bug #74478 (null coalescing operator failing with SplFixedArray). (jhdxr)