Page 1 of 1

Imagemagick MagickWand for PHP

PostPosted: 23. May 2006 18:55
by stadskle
I have seen that several people are having problems installing MagickWand for PHP on XAMPP for Windows. But I can't find any clear answers to my problem.

My setup:
I use XAMPP 1.5.1 running PHP 5.1.1.

So far I have done this:

1. Downloaded ImageMagick-6.2.7-7-Q16-windows-dll.exe from http://www.imagemagick.org/script/binar ... hp#windows and installed this to c:\imagemagick

2. Downloaded php-5.0.4_magickwand_q16_st.dll from http://www.magickwand.org/download/php/ ... php-5.0.4/ and saved this file in \xampp\php\ext\

3. Added extension=php-5.0.4_magickwand_q16_st.dll to the apache\bin\php.ini file.

When i try to restart Apache i get the error: "PHP startup: Unable to load dynamic library c:\Program Files\xampp\php\ext\ext\php-5.0.4_magickwand_q16_st.dll The specified procedure could not be found."

Can anyone help?