]> granicus.if.org Git - php/commitdiff
Added notes about opcahce.file_cache.
authorDmitry Stogov <dmitry@zend.com>
Mon, 15 Jun 2015 10:39:45 +0000 (13:39 +0300)
committerDmitry Stogov <dmitry@zend.com>
Mon, 15 Jun 2015 10:39:45 +0000 (13:39 +0300)
UPGRADING

index 75b6c30f6d13190634eb20f1738b46b826d2c683..7fc1ddb3829ae4e0740e55e144ee9ed6a0b87e05 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -545,6 +545,13 @@ Other
   . Added support for cryptographically secure user land RNG
     (RFC: https://wiki.php.net/rfc/easy_userland_csprng)
 
+- Opcache
+  . Added second level file based opcode cache (experimental - disabled by
+    default). To enable it, PHP should be configured and built with 
+    --enable-opcache-file, then opcache.file_cache=<DIR> configuration directive
+    should be set in php.ini. The second level cache may improve performance
+    at server restart or SHM reset.
+
 - OpenSSL
   . Added "alpn_protocols" SSL context option allowing encrypted client/server
     streams to negotiate alternative protocols using the ALPN TLS extension when