summaryrefslogtreecommitdiffstats
path: root/php.conf
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-05-07 08:54:38 +0200
committerRemi Collet <fedora@famillecollet.com>2015-05-07 08:54:38 +0200
commit9530d7b0f42031ba1aedc1b2914948c3d8c2aebd (patch)
treea0ce26f57788438e25a66a067f0b818ce8ee194d /php.conf
parentc5a34f8e969b203bfe63ae8b6ab8860a11aa04a5 (diff)
php70-php: add experimental file based opcode cache
Diffstat (limited to 'php.conf')
-rw-r--r--php.conf2
1 files changed, 2 insertions, 0 deletions
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"
</IfModule>