From 9530d7b0f42031ba1aedc1b2914948c3d8c2aebd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 May 2015 08:54:38 +0200 Subject: php70-php: add experimental file based opcode cache --- opcache.ini | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'opcache.ini') diff --git a/opcache.ini b/opcache.ini index 21f16ad..de4377b 100644 --- a/opcache.ini +++ b/opcache.ini @@ -93,3 +93,10 @@ opcache.blacklist_filename=/etc/php.d/opcache*.blacklist ; Useful for internal debugging only. ;opcache.protect_memory=0 +; Experimental file based opcode cache +; RPM note : file cache directory must be owned by process owner +; for mod_php, see /etc/httpd/conf.d/php.conf +; for php-fpm, see /etc/php-fpm.d/*conf +;opcache.file_cache= +;opcache.file_cache_only=0 +;opcache.file_cache_consistency_checks=1 -- cgit