You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this probably isn't a Symfony thing but it seems to only be happening within my Symfony apps.
We are running PHP 5.5.13 with Opcache enabled. Whenever we deploy, the templates within Twig never update. We have to restart apache before these take effect.
We are deploying with Capifony and using Symlinks. I am not quite sure if this is an issue on PHP's side of things or if there is a work around that people may know of.
This sounds exactly like zendtech/ZendOptimizerPlus#126.
And AFAIR there is no solution for apache. However the solution for nginx is written in comments.
I know this probably isn't a Symfony thing but it seems to only be happening within my Symfony apps.
We are running PHP 5.5.13 with Opcache enabled. Whenever we deploy, the templates within Twig never update. We have to restart apache before these take effect.
We are deploying with Capifony and using Symlinks. I am not quite sure if this is an issue on PHP's side of things or if there is a work around that people may know of.
Here is my php opcache config:
The text was updated successfully, but these errors were encountered: