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 --- php.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'php.conf') diff --git a/php.conf b/php.conf index 3915031..38f54ae 100644 --- a/php.conf +++ b/php.conf @@ -47,4 +47,6 @@ DirectoryIndex index.php php_value session.save_handler "files" php_value session.save_path "/var/lib/php/session" php_value soap.wsdl_cache_dir "/var/lib/php/wsdlcache" + + #php_value opcache.file_cache "/var/lib/php/opcache" -- cgit