Jump to content

magickwand ini extensions on windows


vurentjie

Recommended Posts

Hi,

 

I am trying to get the magickwand for php extension running on my localhost,

I am running on windows and have installed the ImageMagick package,

I have also copied the MagickWand extension library to  php/ext/magickwand.

 

I think the above is the correct way to go about it?

 

now I am trying to figure out what extensions I need to add in my php.ini file.

From what I have read,on windows you don't run phpize, instead you just include the relevant extensions.

However I am not quite sure what to add here,

 

have added this so far:

extension=php_imagick.dll

 

but when I run the demo script I get error call to undefined function NewMagickWand(); which means that it hasn't been linked correcty I suppose.

 

Any ideas????

vurentjie  ???

Link to comment
https://forums.phpfreaks.com/topic/105919-magickwand-ini-extensions-on-windows/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.