From: Dmitry Stogov Date: Mon, 15 Jun 2015 11:44:21 +0000 (+0300) Subject: Few more lines about opcache file cache. X-Git-Tag: php-7.0.0alpha2~2^2~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=562bffe60ed85ba89920fb3918229c544eec15e9;p=php Few more lines about opcache file cache. --- diff --git a/UPGRADING b/UPGRADING index 7fc1ddb382..ecdb6a7e6d 100644 --- a/UPGRADING +++ b/UPGRADING @@ -550,7 +550,10 @@ Other default). To enable it, PHP should be configured and built with --enable-opcache-file, then opcache.file_cache= configuration directive should be set in php.ini. The second level cache may improve performance - at server restart or SHM reset. + at server restart or SHM reset. In addition, it's possibe to use file cache + without SHM at all, using opcache.file_cache_only=1 (this may be useful for + sharing hosting), and disable file cache consistency check, to speedup + loading in cost of safety, using opcache.file_cache_consistency_checks=0. - OpenSSL . Added "alpn_protocols" SSL context option allowing encrypted client/server