Installing APC Accelerator Into PHP5 (Fedora Core 11)
September 25th, 2009
1 comment
APC is a PHP accelerator extension that can be installed using PECL. PECL comes with the php-pear package, and must be installed
yum install php-pear
install APC dependencies so that PECL can build APC:
yum install php-devel httpd-devel
yum groupinstall 'Development Tools'
yum groupinstall 'Development ...
Categories: Bookmarks, Linux, Tech APC, fedora 11, fedora core, Linux, PECL, PHP accelerator, php extension








