PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, September 19, 2022

[FIXED] Where to download iMagick PHP extension VC6 and VC9

 September 19, 2022     imagick, php, php-extension     No comments   

Issue

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?


Solution

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



Answered By - Zdenek Machek
Answer Checked By - Mildred Charles (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing