Download the imagick components of various versions of php5.2.17, php5.3.18 and php5.4.8 under windows

WBOY
Release: 2016-08-08 09:31:46
Original
1634 people have browsed it

Recently, I spent a lot of time installing the imagick extension for php under windows 2003 and iis 6. I saw a lot of information, some of which were wrong. Now I list the commonly used files. Friends in need can download them. Of course, it will also facilitate my next installation and debugging. There are no files suitable for apache provided here. You can go to the corresponding website to find them:


1, PHP5.2.17 I installed it successfully. I used the Xingwai 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, no need to install anything, directly copy php_imagick_st-Q16.dll to the c:phpext directory
Then Add: extension=php_imagick_st-Q16.dll to the php.ini extension. The simplest and greenest method
ps: There are also such things as php_imagick_st-Q8.dll (8 colors), php_imagick_dyn-Q16.dll (requires imagemagick to be installed). You must take care of them


PHP5.2.17 official corresponding http://windows.php.net/downloads/releases/php-5.2.17-nts-Win32-VC6-x86.zip
Recommended to download the extra-terrestrial version http:/ /www.zzzyk.com/upload/20121109/php5.2.17.rarThe installation is very simple. Basically, you can use php


2 and PHP5.3.18. Imagemagick must be installed. There is 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


No thread 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 under iis6 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 no longer use isapi’s php counterpart http://windows.php.net/downloads/releases/php-5.3.18-Win32-VC9-x86.zip)


Copy to the c:phpext directory and add an extension, for example: extension=php_imagick_nts.dll


3. PHP5.4.8 must be installed. Imagemagick has 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
Thread-safe according to your PHP installation mode: 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 the c:phpext directory and add an extension, for example: extension=php_imagick.dll
I have tested the above installation. After installation, restart iis, and then check phpinfo to see if there is imagick. If not, please check the permissions or do it again. Friends who like to debug vc are also welcome to adjust the latest version of imagemagick to a dll suitable for windows2003+iis platform.

Reprint: http://wapapp.baidu.com/zhaoxinet/item/1cefc7327ff0030bceb9fe3d

The above introduces the download of imagick components of various versions of php5.2.17, php5.3.18 and php5.4.8 under windows, including the content. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!