From: Xinchen Hui Date: Sat, 27 May 2017 14:43:30 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-7.2.0alpha1~43^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=398efb087c5e481a7ff77562365a2d0709d99ab4;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 909a82e667..ba33a3bf4e 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,10 @@ PHP NEWS . Fixed bug #74658 (Undefined constants in array properties result in broken properties). (Laruence) +- Opcache: + . Fixed bug #74663 (Segfault with opcache.memory_protect and + validate_timestamp). (Laruence) + - SPL: . Fixed bug #74478 (null coalescing operator failing with SplFixedArray). (jhdxr)