Posts Tagged ‘PHP’

installing APC & uploadprogress on CentOS 5 [updated]

First, we need the pecl command so we can download and install APC from the repositories. I use the “remi” repo to give me the latest packages, so use “–enablerepo=remi” if you have it installed.
yum install php-pear
But, this will not run on its own, we need the following package for the phpize command:
yum install php-devel
We [...]