APC MM cache is an most commonly used php accelerators 

Please follow the steps to install APC mem Cache

1. cd /usr/local/src
2. wget http://pecl.php.net/get/APC-3.0.14.tgz
3. tar -xzvf APC-3.0.14.tgz
4. cd APC-3.0.14

 
 checking  the location of phpize and php-config paths

finding the  Phpize binary location

whereis phpize

output looks like:

phpize: /usr/bin/phpize /usr/local/bin/phpize

whereis php-config

output looks like:

php-config: /usr/bin/php-config /usr/local/bin/php-config

5. execute the command …