i have installed imagmagic success. with basic CWP php 5.4
i can see module loaded success.
but at subdomain, i run php7
i look at <?php phpinfo();?>
on php7, there is no imagmagic extension loaded.
i have try add extension=imagick.so
at php.ini and restart apache, still can't get it work with php7.
is there anyone can give me solution?
Thank You