APC for Php 5.2.xx:
- wget http://pecl.php.net/package/apc
- unzip the download file
- run phpize in the unzip folder
- ./configure –enable-apc –with-php-config=/usr/local/bin/php-config
- make && make install
- enable the apc.so in php.ini
SSH2 for Php 5.2.xx
- wget http://www.libssh2.org/download/libssh2-1.2.5.tar.gz
- wget http://pecl.php.net/get/ssh2
- unzip all downloaded files
- in libssh2 folder
- ./configure && make && make install
- in SSH2 folder
- phpize
- ./configure && make && make install
- enable the ssh2.so in php.ini