imagemagick nasıl kurdum: https://grepitout.com/install-imagemagick-cpanel-easyapache4/
yum install ImageMagick-devel ImageMagick-c++-devel ImageMagick-perl
pecl eklentilerine gelip imagick diye aratınız ve çıkan sonucu install deyiniz
/opt/cpanel/ea-php70/root/etc/php.ini dosyası sonuna şu kaydı ekleyiniz extension=imagick.so
/opt/cpanel/ea-php70/root/usr/bin/php -m | grep imagick
memcached nasıl kurdum: https://www.liquidweb.com/kb/how-to-install-memcached-on-centos-7/
Sonra servisi çalıştırdım service memcached restart
Sonra şu makaleye bakarak http://serverfault.com/questions/201981/launch-memcached-on-server-boot boot işlemi sırasına memcache i de ekledim.
chkconfig --add memcached
chkconfig memcached on
En son, sistemde kurulu gelmeyen Memcache PECL eklentisini kurdum: https://duvien.com/blog/installing-memcache-easyapache-4-php-7