summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2013-09-25 12:14:06 +0400
committerDmitry Stogov <dmitry@zend.com>2013-09-25 12:14:06 +0400
commit69454d9f0f765416f245acbc626b3984dcbf5e1d (patch)
treea1df87900f1e31a61df9f157b36f59b0f5668691 /NEWS
parentdc8705c256cd1d50cfa276e8de31558e089eab92 (diff)
downloadphp-git-69454d9f0f765416f245acbc626b3984dcbf5e1d.tar.gz
Added function opcache_compile_file() to load PHP scripts into cache without execution.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cd4d377136..bdc0cd5fb6 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,8 @@ PHP NEWS
imap). (ryotakatsuki at gmail dot com)
- OPcache:
+ . Added function opcache_compile_file() to load PHP scripts into cache
+ without execution. (Julien)
. Fixed bug #65665 (Exception not properly caught when opcache enabled).
(Laruence)
. Fixed bug #65510 (5.5.2 crashes in _get_zval_ptr_ptr_var). (Dmitry)