Fre*_*ong 6 php imagick php-extension
我有Windows 7 64位,PHP 5.4.3通过WAMP 2.2和imagick(ImageMagick-6.8.3-9-Q16-x64-dll.exe)安装.我试图从很多来源使用php的dread of imagick但是所有这些都在apache_error.log中给出了这个错误:
PHP Warning: PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.4.3/ext/php_imagick.dll' - %1 is not a valid Win32 application.\r\n in Unknown on line 0
Run Code Online (Sandbox Code Playgroud)
有关如何解决这个问题的任何想法?
小智 4
也许这可以帮助您: 在 WAMP 上安装 IMAGEMAGICK 的分步说明? 和
http://www.elxsy.com/2009/07/installing-imagemagick-on-windows-and-using-with-php-imagick/
“澄清一下,所有 PHP dll 文件(库)都是 32 位的,因此如果您的系统是 64 位,您仍然需要下载和运行 32 位 ImageMagick、Apache 等。”