We have an Apache 2.4 box with php7 from the Remi repo working fine. PHP processing is as expected. This is apart from the php7-php-opcache package which, upon install, prevents the successful installation of Wordpress. The original wp-config.php
is used instead of an updated one.
Now, I know that this is just doing what a cache should be doing - storing things and returning them on request. However, this design is going to be a problem in our environment as CMS installs happen all the time. Every failed install will result in a support ticket.
I am keen to use opcache due to the performance benefits. I used to use xcache and APC and never saw them interfere in this way. I could set a short expiry time but it'll still mess up the CMS installs. Any other ideas? Is opcache broken?