Install APC Cache
Posted on May 24, 2009 with No Comments
APC Cache is PHP Object cache to speed up PHP scripts.
http://pecl.php.net/package/APC
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.
Installing APC Cache is easy, just run
pecl install APC
For more details, see
http://webhostingneeds.com/Apc
Tags: install apc cache, php apc cache
Category: Installation