Hi all,
I'm using PHP 5 beta 1, and I'm tring to install php_imagick.dll from http://kromann.info/pear-pecl.php.
I have ImageMagick 5.5.7 installed.
However, I really don't know how to do it.
I'm putting the dll file in the extensions dir, and include it in the php.ini:
extension=php_imagick.dll
But it's telling me that the file cannot be found. I have already installed others extensions, so I guess it's doesn't got to do with the dir path of the extensions.