thanks for the reply
I have installed the ImageMagick with;
Installing the necessaries
Code:
yum install php-pear gcc
Installing ImageMagick
Code:
yum install ImageMagick ImageMagick-devel ImageMagick-perl
Compiling imagick for PHP
Code:
pecl install imagick
and then
Code:
echo extension=imagick.so >> /etc/php.ini
and yes, it does show on phpinfo
http://www.tecmint.com/install-imagemagick-in-linux/
--------------- Added [DATE]1379599788[/DATE] at [TIME]1379599788[/TIME] ---------------
currently, this is my func.blacklist on vhost config
Code:
php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec"