Tag Archives: add imagemagick support

How to Add Imagemagick Support for PHP 7 on a Directadmin Server

If you have recently updated PHP on a Directadmin server through custombuild, you should notice that not all modules are available with the fresh installation. But don’t worry, in case of Imagemagich it’s pretty simple. cd /usr/local/php70/bin; ./pecl install imagick After that you can add the extension line to your php.ini. Path to extension will be shown upon… Read More »