prerequisite to clear apache APC
ondrowan opened this issue · 3 comments
ondrowan commented
To clear apache part of apc, you need to allow_url_fopen=1
(or On) in php.ini
. This should be mentioned as prerequisite in README.md
.
ornicar commented
pull request welcome.
lecajer commented
Would this bundle do anything if we restart Apache graceful on Symfony deployment ?
shieldo commented
Usually APC would be cleared on a server restart, so this bundle wouldn't really need to do anything, if that answers your question!