APC problem with Gallery 2
Submitted by chris on May 22, 2006 - 22:16. Php Accelerators | Drupal Modules | PHP Bugs or ErrorsUnder Apache 2.2.2 and 2.0.55 using APC (3.0.11-dev) I could not delete an image using Gallery2.
My temporary solution is to disable caching of Gallery2 classes in APC with:
apc.filters="-g2.*\.class"

