wget http://pecl.php.net/get/memcache-2.2.7.tgz
tar xzvf memcache-2.2.7.tgz
cd memcache-2.2.7
/usr/local/php/bin/phpize
./configure --enable-memcache --with-php-config=/usr/local/php/bin/php-config
make
make install
wget http://xcache.lighttpd.net/pub/Releases/3.1.2/xcache-3.1.2.tar.gz
tar xzvf xcache-3.1.2.tar.gz
cd xcache-3.1.2
/usr/local/php/bin/phpize
./configure --enable-xcache --with-php-config=/usr/local/php/bin/php-config
make
make install
cat xcache.ini >> /usr/local/php/lib/php.ini
wget https://www.imagemagick.org/download/ImageMagick.tar.gz
tar xzvf ImageMagick.tar.gz
cd ImageMagick-7.0.5-2/
./configure
make
make install
wget http://pecl.php.net/get/imagick-3.4.3.tgz
tar xzvf imagick-3.4.3.tgz
cd imagick-3.4.3
/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make
make install
cd /usr/local/src/php-5.6.30/ext/pdo_mysql
./configure --with-pdo-mysql=/usr/local/mysql --with-php-config=/usr/local/php/bin/php-config
make
make install
vi /usr/local/php/lib/php.ini
extension_dir = "/usr/local/php/lib/php/extensions/no-debug-zts-20121212/"
extension=memcache.so
extension=imagick.so
extension=pdo_mysql.so
tar xzvf memcache-2.2.7.tgz
cd memcache-2.2.7
/usr/local/php/bin/phpize
./configure --enable-memcache --with-php-config=/usr/local/php/bin/php-config
make
make install
wget http://xcache.lighttpd.net/pub/Releases/3.1.2/xcache-3.1.2.tar.gz
tar xzvf xcache-3.1.2.tar.gz
cd xcache-3.1.2
/usr/local/php/bin/phpize
./configure --enable-xcache --with-php-config=/usr/local/php/bin/php-config
make
make install
cat xcache.ini >> /usr/local/php/lib/php.ini
wget https://www.imagemagick.org/download/ImageMagick.tar.gz
tar xzvf ImageMagick.tar.gz
cd ImageMagick-7.0.5-2/
./configure
make
make install
wget http://pecl.php.net/get/imagick-3.4.3.tgz
tar xzvf imagick-3.4.3.tgz
cd imagick-3.4.3
/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make
make install
cd /usr/local/src/php-5.6.30/ext/pdo_mysql
./configure --with-pdo-mysql=/usr/local/mysql --with-php-config=/usr/local/php/bin/php-config
make
make install
vi /usr/local/php/lib/php.ini
extension_dir = "/usr/local/php/lib/php/extensions/no-debug-zts-20121212/"
extension=memcache.so
extension=imagick.so
extension=pdo_mysql.so