We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
i have the problem, that i cant find a solution for my setup.
I have running mod-php with mod-itk. So, the vHost are running with a user. But OPCache display me all Scripts which are using OPCache.
opcache.restrict_api isnt a solution, because with mod-itk isnt possible the setup own php.ini.
Have any idea how to use OPCache with mod-itk?
The text was updated successfully, but these errors were encountered:
You can set per-host ini directives using [HOST=dev.site.com] blocks. Documented at http://php.net/manual/en/ini.sections.php
Sorry, something went wrong.
In the php.ini:
[HOST=dev.site.com] opcache.restrict_api=docroot
Works! Thank you!
mhhh, i have try it but it isnt working.
I can see all the cache if I add the HOST or PATH Function in the php.ini
INI directives are only for CGI/FastCGI and not for mod_php that is using by mod_itk.
"These sections are used only in CGI/FastCGI mode and they can not set extension and zend_extension directives. "
No branches or pull requests
Hello,
i have the problem, that i cant find a solution for my setup.
I have running mod-php with mod-itk. So, the vHost are running with a user. But OPCache display me all Scripts which are using OPCache.
opcache.restrict_api isnt a solution, because with mod-itk isnt possible the setup own php.ini.
Have any idea how to use OPCache with mod-itk?
The text was updated successfully, but these errors were encountered: