: This article mainly introduces the download of imagick components in php5.2.17, php5.3.18, and php5.4.8 versions under windows. For more information about PHP tutorials, see. Recently, it took a lot of time to install the php imagick extension under windows2003 and iis6. I saw a lot of information and some of them turned out to be wrong. Now, list commonly used files. if you need them, you can download them. of course, it is also convenient for me to install and debug them next time. There is no file suitable for apache, you can search for the corresponding website:
1. I have successfully installed PHP5.2.17 and used the out-of-the-stars PHP5.2.17 to directly install the 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)
Contains imagemagick without installing anything, copy the php_imagick_st-Q16.dll directly to the c: \ php \ ext Directory
Then add to the php. ini extension: extension = the simplest and greener method of php_imagick_st-Q16.dll
Ps: There are also php_imagick_st-Q8.dll (8 colors), php_imagick_dyn-Q16.dll (need to install imagemagick) there is no need to care about them
PHP5.2.17 official corresponding to http://windows.php.net/downloads/releases/php-5.2.17-nts-Win32-VC6-x86.zip
We recommend that you download the out-of-the-stars version http://www.zzzyk.com/upload/20121#/php5.2.17.rar. the installation is simple and you can use PHP after installing it.
2. you must install imagemagick in PHP5.3.18 and there is no available single-file dll.
1) Download http://www.imagemagick.org/download/binaries/ImageMagick-6.8.0-4-Q16-windows-dll.exe
2) Download php_imagick in your php installation mode
Wireless safety: 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 fastcgi corresponds to http://windows.php.net/downloads/releases/php-5.3.18-nts-Win32-VC9-x86.zip under iis6)
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 http://windows.php.net/downloads/releases/php-5.3.18-Win32-VC9-x86.zip)
Copy to the c: \ php \ ext directory and add extensions such as extension = php_imagick_nts.dll.
3. you must install imagemagick in PHP5.4.8 and there is no available single-file dll.
1) Download http://www.imagemagick.org/download/binaries/ImageMagick-6.8.0-4-Q16-windows-dll.exe
2) Download php_imagick in your PHP installation mode
Wireless safety: http://www.peewit.fr/imagick/vc9/x86/nts/php_imagick.dll
(Backup Download: http://www.zzzyk.com/upload/20121109/php_imagick_nts.dll)
(For 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)
(For http://windows.php.net/downloads/releases/php-5.4.8-Win32-VC9-x86.zip)
Copy to the c: \ php \ ext directory and add extensions such as extension = php_imagick.dll.
I have tested the above installation, installed iis, and restarted iis. then, check phpinfo to see if there is any imagick. if not, check the permission or try again. You are also welcome to those who like to debug the vc, and change the latest imagemagick version to a dll suitable for windows2003 + iis platforms.
Reprinted: http://wapapp.baidu.com/zhaoxinet/item/1cefc7327ff0030bceb9fe3d
The above describes how to download imagick components in php5.2.17, php5.3.18, and php5.4.8 in windows, including related content. I hope my friends who are interested in PHP tutorials can help me.