I am using the Zend Autoloader to load Zend classes for integrating Zend_AMF with my application. Everything was working perfectly until I installed APC 3.1.9 and enabled it.
I am getting this error:
Fatal error: Access to undeclared static property: Zend_Loader_Autoloader::$_instance in C:\blahblah
I am assuming that APC seems to have trouble with autoloaders and static properties and static methods.
APC is version 3.1.9 and is installed on a Windows 7 machine with PHP 5.3.8 running as fastCGI on an Apache 2.2 server.
Has anyone seen this error before? If so, what are some ways to fix this?