The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code. To install APC, do the following commands: Update Feb 25, 2012: I found one liner APC installation from php.net:
Read MoreThe Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code. Installation of APC is quite simple. This article shows you how to fix APC installation problem when it fails at make process as […]
Read More