[root@localhost ~]# yum install php-pecl-apcUsing YUM method, it will create /etc/php.d/apc.ini , enabling apc extension module "extension = apc.so". If apc.ini is not found, you can insert "extension = apc.so" into php.ini. After apache restart(service httpd restart), you will see apc enabled in phpinfo.php.
A Linux blog by ioMeWeekly, includes tutorials, news, help, programming, tips and how-to guides for opensource applications.
Showing posts with label APC cache. Show all posts
Showing posts with label APC cache. Show all posts
Thursday, 11 April 2013
Install APC (php) on Fedora 18
The Alternative PHP Cache (APC) is a bytecode optimization opcode cache for PHP. This free cache leads to faster runtime execution as it stores the final, compiled result in shared memory. To install APC, you can setup using YUM.
Subscribe to:
Posts
(
Atom
)