Installing APC for PHP on Fedora 15
This is how to install APC for PHP on Fedora 15.
yum install php-devel
yum install pcre-devel
yum install php-pear
pecl install apc
Create a file in /etc/php.d named apc.ini, containing the following.
extension=apc.so
This is how to install APC for PHP on Fedora 15.
yum install php-devel yum install pcre-devel yum install php-pear pecl install apc
Create a file in /etc/php.d named apc.ini, containing the following.
extension=apc.so