I am using Wampserver 2.5 on my Windows 7 (32 bit) and my PHP version is 5.5.12. I am unable to use IMAGICK.
I have installed IMAGICK version 6.8.9 on my system and it works like charm on the command line.
Further, I have followed instructions to enable it on my wampserver.
- Inserted "SetEnv MAGICK_HOME C:/imagemagick" in httpd.conf at Appache.
- Downloaded php_imagick-3.1.2-5.5-ts-vc11-x86.zip
- Copied and pasted the php_imagick.dll from zip to php.ini at Appache.
While running a simple script on php [$a = new Imagick()] I get the error [Class 'Imagick' not found].
Kindly direct me to the right way of installation and the right downloads to install IMAGICK on Wampserver 2.5 / Windows 7 / 32bit / PHP 5.5.12.