summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-02-27 01:22:15 +0100
committerFerenc Kovacs <tyrael@php.net>2014-02-27 01:27:52 +0100
commitcb9ce48d025bbba39f98a79a543fe279d9f1be9d (patch)
treeea48efa58e4c17b782a2628023a26801a12c3045
parent95e0de7cfa3f988fab84d0579691d172ca23cbe4 (diff)
downloadphp-git-cb9ce48d025bbba39f98a79a543fe279d9f1be9d.tar.gz
add missing NEWS entry
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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.