希望儘管類似的問題標題,這不是一個重複的問題。如何在Windows 7上安裝ImageMagick(2)
我已經安裝ImageMagick-6.7.5-6-Q16-windows-dll.exe
。
我已經php_imagick_dyn-Q16.dll
更名爲php_imagick.dll
在PHP的ext
目錄。我有extension=php_imagick.dll
在我的php.ini
。
我嘗試運行一個基本測試:php -r "var_dump(class_exists('Imagick'));"
。
我得到這個錯誤:
PHP Startup: imagick: Unable to initialise module
Module compiled with module API=20060613
PHP compiled with module API=20090626
These options must match.
CLI has stopped working.
Windows can check online for a solution to the problem.
> Check online for a solution and close the program
> Close the program
我做了什麼錯?
你有沒有嘗試過使用更多的[最新版本](http://www.imagemagick.org/script/binary-releases.php#windows)? – jprofitt 2012-02-20 17:44:08
是的,實際上我擁有'.exe'的最新版本。 – 2012-02-20 17:53:38
下載頁面列出6.7.5-6作爲最新版本。看起來你在這裏有一個是後面的幾個版本。 – jprofitt 2012-02-20 18:15:53