Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save umidjons/0fa5b574609b43538ee7 to your computer and use it in GitHub Desktop.
Save umidjons/0fa5b574609b43538ee7 to your computer and use it in GitHub Desktop.
Unable to load dynamic library php_imagick.dll

Unable to load dynamic library php_imagick.dll (PHP-5.5.10)

PHP on Windows is 32bit, so we need to download x86 ImageMagick from http://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/binaries/

I download ImageMagick-6.7.7-5-Q16-windows-dll.exe and install into c:\imagemagick.

I also tried installing newer ImageMagick-6.8.9-7-Q16-x86-dll.exe version, but it doesn't work for me.

Also in httpd.conf I set environment variable MAGICK_HOME

SetEnv MAGICK_HOME "c:/imagemagick"

If you don't have php_imagick.dll, you can obtain it from http://www.peewit.fr/imagick/ and paste it into you ext directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment