I have Win 7 64 bit, apache 2.2, where I did update php from 5.3 to 5.5 version. php_imagick.dll already was there. Downloaded from php.net
phpinfo() show:
php 5.5.9
VC11
x86
Thread Safety - enabled
I installed ImageMagick into windows, im version 6.8.9 Q16 32 bit. Command convert in command prompt working
But when I uncommented extension php_imagick.dll in php.ini and restart apache, it was with error about CORE_RL_wand_.dll
I downloaded archive php_imagick-3.1.2-5.5-ts-vc11-x86 from here http://windows.php.net/downloads/pecl/r ... ick/3.1.2/. There are php_imagick.dll and CORE_RL_...dll files (including CORE_RL_wand_.dll). I copied this files with replacement in directory where ImageMagick was installed. After apache restart I didn't saw errors and phpinfo() showed me that Imagick lib included.

But in php scripts imagick functions don't work and from command prompt also stopped working. In command prompt I get this error

I copied file IM_MOD_RL_JPG_.dll from ImageMagick_setup_dir/modules/coders/ to ~/.magick and saw new error "not found the specified procedure"

Help me please, I'm in a deadlock