简体   繁体   中英

how to install Imagic in WAMP server?

I am getting error php_imagick.dll is not working. %1 is not a valid W32 application .

I am using WAMP Server Apaches 2.4.4.6 and PHP 7.4.9 . my OS is windows 10 64bit. i think i download php_imagick-3.6.0rc2-7.3-nts-vc15-x64.zip file.

I have installed all DDL file in PHP7.4.9/ext/ and apply all process for install Imagic but still i am getting error

i have add extension in php.ini file. enter image description here

Warning: PHP Startup: Unable to load dynamic library 'php_imagick' (tried: d:/wamp/bin/php/php7.4.9/ext/php_imagick (%1 is not a valid Win32 application.), d:/wamp/bin/php/php7.4.9/ext/php_php_imagick.dll (The specified module could not be found.)) in Unknown on line 0

i tried to find required file and package form

https://windows.php.net/downloads/pecl/releases/imagick/3.6.0rc2/ also checked https://www.apachelounge.com/viewtopic.php?t=6359

but nothing helpful for me. that Module is not loading..

please help me....

  1. check that the dll is not blocked: 在此处输入图像描述
  2. try downloading the imagick threadsafe for here , version made for your PHP version
  3. also install it from here on top of it all

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