Brion Vibber wrote:
The Zend bytecode compiler emits different code depending on whether the base class was known at compile time, so APC's caching can get confused when you pop back and forth between these cases.
[snip]
One possible quickie workaround is to toss in another include which loads the depdendencies that aren't guaranteed to be preloaded, and hit it first:
I've added these for the skin and language files that have extra dependencies. Hopefully that'll be the last we see of these errors in the logs...
-- brion vibber (brion @ pobox.com)