Where to download iMagick PHP extension VC6 and VC9

自古美人都是妖i 提交于 2019-12-08 15:21:16

问题


I would like to use iMagick with my PHP web page, but I can't find where to download an official PHP extension for Windows compiled with code http://pecl.php.net/package/imagick

I found some links on the web like :

  1. http://valokuva.org/outside-blog-content/imagick-windows-builds/php53/imagick-2.3.0-dev/
  2. http://dev.freshsite.pl/php-extensions/imagick.html

But some PHP extensions are very old and makes Apache crash, others are working.

And how can I trust the DLL code inside?

Is there a trusted web site where I could donwload iMagick PHP extension compiled with VC6 and VC9?


回答1:


Try to have a look here usually these extensions work quite well.

For production server is better to compile it from source code using PECL, Visual Studio or Windows SDK

Imagemagick source codes on Pecl

How to build php extension on Windows




回答2:


I also spent hours trying to install imagick on windows 7. Only this solution worked https://mlocati.github.io/articles/php-windows-imagick.html It tells exact versions that will work with my system. Please note that usually windows are 64 bits but php on xampp has x84



来源:https://stackoverflow.com/questions/13395652/where-to-download-imagick-php-extension-vc6-and-vc9

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!