Is this a proper place to discuss bugs in APC? I know of bug that was also in ZPS (still is actually, but was fixed in Zend Platform's accelerator).
I can't for the life of my figure out a one file example, but I can if you had PRADO installed already. It has something to do with how they do automatic calling of a getter if you try and access a property by the same (well, similar) name. Like $this->Page use __get() somewhere in the framework to call $this->getPage(). With APC on it fails (null value) where with APC off or using Zend Platform, it works fine. I tried writing a single file based on what I know is happening, but I don't see the error in that case. There is something non-obvious going on. However, I can give one file (or tell how to change one line in a sample file) if PRADO was already loaded up. -s -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php