]> granicus.if.org Git - php/commitdiff
add missing NEWS entry
authorFerenc Kovacs <tyrael@php.net>
Thu, 27 Feb 2014 00:22:15 +0000 (01:22 +0100)
committerFerenc Kovacs <tyrael@php.net>
Thu, 27 Feb 2014 00:27:52 +0000 (01:27 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 8f3ce5b21e8c948a7b86b63a9cd388bc52859a69..fdda507649895d061dbaffb838e6a9b38ac1e672 100644 (file)
--- 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.