I use Zend autoloader to load Zend classes to integrate Zend_AMF with my application. Everything worked fine until I installed APC 3.1.9 and turned it on.
I get this error:
Fatal error: Access to undeclared static property: Zend_Loader_Autoloader::$_instance in C:\blahblah
I assume that APC seems to have problems with autoloaders and static properties and static methods.
APC is version 3.1.9 and is installed on a computer running Windows 7 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?
F21
source share