APC just renamed to php-pecl-apc and is available from the default repositories.
So the following lines are the way to go now under PHP 5.3.
yum -y install php-pecl-apc
/etc/rc.d/init.d/httpd restart
APC just renamed to php-pecl-apc and is available from the default repositories.
So the following lines are the way to go now under PHP 5.3.
yum -y install php-pecl-apc
/etc/rc.d/init.d/httpd restart
You must be logged in to post a comment.