简体   繁体   中英

PHP 5.5.12 php_imagick.dll is not working. %1 is not a valid W32 applicaiton

I want to install Php ImageMagick on my system. Working from two days but couldn't install it. I have the following configuration of my system :

PHP 5.5.12, Wamp 2.5, Win64 but Php uses Win32 extensions.

Here are the errors i am facing :

  1. Error when i add php_imagick.dll of Win64.

在此处输入图片说明

  1. Error when i add php_imagick.dll of Win32.

在此处输入图片说明

Here are the link i took help but didn't work for me.

https://github.com/WPN-XM/WPN-XM/issues/222

ImageMagick - "CORE_RL_magick_.dll not found" or how to install RMagick on windows with ruby 1.9.2

Please don't mark it duplicate, as i tried all the links but not working for me. Expert suggestions needed here. Thanks

Try to download the imagick library here: http://www.peewit.fr/imagick/

Choose thread-safety one that corresponds to your php version and replace your imagick dll with it.

Also, don't forget to install Imagick itself: Link

You need ImageMagick-*-Q16-x64-dll.exe installer file. This worked fine for me on Windows 7 with PHP 5.5, XAMPP.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM