diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-05-07 08:54:38 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-05-07 08:54:38 +0200 |
commit | 9530d7b0f42031ba1aedc1b2914948c3d8c2aebd (patch) | |
tree | a0ce26f57788438e25a66a067f0b818ce8ee194d /opcache.ini | |
parent | c5a34f8e969b203bfe63ae8b6ab8860a11aa04a5 (diff) |
php70-php: add experimental file based opcode cache
Diffstat (limited to 'opcache.ini')
-rw-r--r-- | opcache.ini | 7 |
1 files changed, 7 insertions, 0 deletions
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 |