Installing php_imagick.dll PHP extension on wampserver 2.2

Viewed 17413

I am on Windows 7 on a 32-bit OS.

I installed ImageMagick-6.8.7-Q16 from Link and I was able to run ImageMagick from command line ("convert" command).

Then I downloaded the VC9 version of php_imagick.dll from http://pecl.php.net/package/imagick/3.1.2/windows.

I placed in the PHP extension directory. I tried both NTS and TS however they recommended TS.

Then I made changes to php.ini file but the extension wouldn't load. In apache error log it says:

PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.3.13/ext/php_imagick.dll' - The specified module could not be found.\r\n in Unknown on line 0
<br />
<b>Warning</b>:  PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.3.13/ext/php_imagick.dll' - The specified module could not be found. 

in <b>Unknown</b> on line <b>0</b><br />

I am using wamp server 2.2 which is compiled using VC9 as well. I want to use Imagick functions in PHP scripts.

Any help with fixing this issue is highly appreciated.

3 Answers
Related