Hopefully, despite similar question titles, this isn't a duplicate issue.

I've installed ImageMagick-6.7.5-6-Q16-windows-dll.exe.

I have php_imagick_dyn-Q16.dll renamed to php_imagick.dll in PHP's ext directory.

I have extension=php_imagick.dll in my php.ini.

I try to run a basic test: php -r "var_dump(class_exists('Imagick'));".

I get this error:

PHP Startup: imagick: Unable to initialise module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options must match.


CLI has stopped working.
Windows can check online for a solution to the problem.
> Check online for a solution and close the program
> Close the program

What have I done wrong?

link|improve this question

1  
Have you tried using one of the more up to date versions? – jprofitt Feb 20 at 17:44
Yes, in fact I have the most up-to-date version of the .exe. – Kolink Feb 20 at 17:53
The download page lists 6.7.5-6 as the most recent version. Looks like the one you have here is a couple versions behind. – jprofitt Feb 20 at 18:15
I'm on Windows. Latest Windows version if 6.5.8-7. – Kolink Feb 20 at 19:17
I might just be missing something very obvious, but it really looks like 6.7.5-6 is the latest Windows release. The page lists ImageMagick-6.7.5-6-Q16-windows-dll.exe as the recommended download. The 6.5.8-7 release looks like it was from 2009. – jprofitt Feb 20 at 19:32
show 2 more comments
feedback

1 Answer

up vote 0 down vote accepted

first install : http://imagemagick.org/script/binary-releases.php#windows and then download : http://www.sk89q.com/2010/03/vc6-windows-binaries-for-imagick-2-3-0/ choose the TS one . open your php.ini file . add this line : extension=php_imagick.dll now restart your apache server . open php_info() now your imagick lib is ready to use . its work for me ,

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.