Recently in windows2003 and IIS6 installed PHP imagick extension, spent a lot of time, saw a lot of information, and some are wrong. Now the commonly used files listed, there is a need for friends can download, of course, also convenient for my next installation and commissioning, here is not available for Apache files, we can go to the corresponding website to find:
1, PHP5.2.17 I installed successfully, with the outside PHP5.2.17 Direct installation program, download the Imagick version as follows:
Http://valokuva.org/outside-blog-content/imagick-windows-builds/080709/php_imagick_st-Q16.dll
(Backup download Http://www.zzzyk.com/upload/20121109/php_imagick_st-Q16.dll)
Already contains imagemagick do not need to install anything, directly copy the Php_imagick_st-q16.dll to the C:\php\ext directory
Then add to the php.ini extension: Extension=php_imagick_st-q16.dll The simplest and most green method
PS: Also such as php_imagick_st-q8.dll (8 colors), Php_imagick_dyn-q16.dll (need to install ImageMagick) There is absolutely no need to control them.
PHP5.2.17 Official Correspondence Http://windows.php.net/downloads/releases/php-5.2.17-nts-Win32-VC6-x86.zip
Recommended download out-of-the-star version Http://www.zzzyk.com/upload/20121109/php5.2.17.rar installation is simple, basically installed can use PHP
2. PHP5.3.18 must be installed ImageMagick no single file DLL available
1) Download Http://www.imagemagick.org/download/binaries/ImageMagick-6.8.0-4-Q16-windows-dll.exe
2) Download Php_imagick according to your PHP installation mode
Wireless Range Security: Http://valokuva.org/builds/ext/vc9/nts/imagick/2011-04-25_1849/php_imagick_nts.dll
(Backup download: http://www.zzzyk.com/upload/20121109/php_imagick_nts__PHP5318.dll)
(usually IIS6 below fastcgi corresponds to Http://windows.php.net/downloads/releases/php-5.3.18-nts-Win32-VC9-x86.zip)
Thread Safety: Http://valokuva.org/builds/ext/vc9/ts/imagick/2011-04-25_1849/php_imagick_ts.dll
(Backup download: http://www.zzzyk.com/upload/20121109/php_imagick_ts__PHP5318.dll)
(I have no use of ISAPI PHP corresponding to Http://windows.php.net/downloads/releases/php-5.3.18-Win32-VC9-x86.zip)
Copy to C:\php\ext directory, add extensions such as: Extension=php_imagick_nts.dll
3. PHP5.4.8 must be installed ImageMagick no single file DLL available
1) Download Http://www.imagemagick.org/download/binaries/ImageMagick-6.8.0-4-Q16-windows-dll.exe
2) Download Php_imagick according to your PHP installation mode
Wireless Range Security: Http://www.peewit.fr/imagick/vc9/x86/nts/php_imagick.dll
(Backup download: http://www.zzzyk.com/upload/20121109/php_imagick_nts.dll)
(corresponds to Http://windows.php.net/downloads/releases/php-5.4.8-nts-Win32-VC9-x86.zip)
Thread Safety: Http://www.peewit.fr/imagick/vc9/x86/ts/php_imagick.dll
(Backup download: http://www.zzzyk.com/upload/20121109/php_imagick_ts.dll)
(corresponds to Http://windows.php.net/downloads/releases/php-5.4.8-Win32-VC9-x86.zip)
Copy to C:\php\ext directory, add extensions such as: Extension=php_imagick.dll
The above installation I have tested, installed the restart IIS, and then check phpinfo see if there is no imagick if not, please check the permissions or do it again. Also welcome those who like to debug VC friends, the latest version of the ImageMagick to adapt to the Windows2003+iis platform to use the DLL.
Reprint: Http://wapapp.baidu.com/zhaoxinet/item/1cefc7327ff0030bceb9fe3d
The above describes the Windows php5.2.17 and php5.3.18 and php5.4.8 various versions of the Imagick component download, including the content, I hope to be interested in PHP tutorial friends helpful.