How can i tell Zend Opcache not to cache any files from a specific directory.
For e.g /var/www/public_html/devzone/*
I use PHP 5.5.13
with Zend OPcache v7.0.4-dev
How can i tell Zend Opcache not to cache any files from a specific directory.
For e.g /var/www/public_html/devzone/*
I use PHP 5.5.13
with Zend OPcache v7.0.4-dev
You should set the
opcache.blacklist_filename
configuration value with a file path to your blacklist.For example, create a new file:
Save with your wildcard setting:
And add the blacklist file path to your
php.ini
: