From: Ferenc Kovacs Date: Thu, 27 Feb 2014 00:22:15 +0000 (+0100) Subject: add missing NEWS entry X-Git-Tag: php-5.6.0alpha3~1^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb9ce48d025bbba39f98a79a543fe279d9f1be9d;p=php add missing NEWS entry --- diff --git a/NEWS b/NEWS index 8f3ce5b21e..fdda507649 100644 --- a/NEWS +++ b/NEWS @@ -28,6 +28,9 @@ PHP NEWS . Fixed bug #65753 (JsonSerializeable couldn't implement on module extension) (chobieeee@php.net) +- OPCache + . Added function opcache_is_script_cached(). (Danack) + - Openssl . Fallback to Windows CA cert store for peer verification if no openssl.cafile ini directive or "cafile" SSL context option specified in Windows.