ornicar/ApcBundle

prerequisite to clear apache APC

ondrowan opened this issue · 3 comments

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.

pull request welcome.

Would this bundle do anything if we restart Apache graceful on Symfony deployment ?

Usually APC would be cleared on a server restart, so this bundle wouldn't really need to do anything, if that answers your question!