Alternative PHP Cache (APC) and __autoload() interoperability
php cache apc autoload
The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. It was conceived of to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.
Many developers writing object-oriented applications create one PHP source file per-class definition. Using __autoload() helps to overcome one of [...]