APC PHP Install Linux
Hi, The following are the steps to install APC in your Linux server. wget http://pecl.php.net/get/APC-3.1.9.tgz tar -xvf APC-3.1.9.tgz cd APC-3.1.9 phpize ./configure --enable-apc make make install Then add the line to php.ini file. extension=apc.so Now restart Apache your... Continue reading →