vurentjie Posted May 16, 2008 Share Posted May 16, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.