PHP 5.2.1 & MagickWand for PHP - make error

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
squig

PHP 5.2.1 & MagickWand for PHP - make error

Post by squig »

Hello,

I tried to install Magickwand as an shared extension for PHP 5.2.1 using a fresh ImageMagick 6.3.2.
Also I want to avoid to compile PHP new, I just want to compile the extension and copy the resulting ".so" - file into my PHP extension directory.

Code: Select all

$ phpize
$ ./configure
$ make
make ended with the following error message:
/home/molten/builds/MagickWandForPHP-1.0.0/magickwand.c:896: error: 'zif_magickgetimageproperty' undeclared here (not in a function)
/home/molten/builds/MagickWandForPHP-1.0.0/magickwand.c:1076: error: 'zif_magicksetimageproperty' undeclared here (not in a function)
make: *** [magickwand.lo] Fehler 1


Can someone please point me into right direction?

Thank you.


With kind regards

squig
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: PHP 5.2.1 & MagickWand for PHP - make error

Post by magick »

We can reproduce the problem and will have a fix by tommorrow. Thanks.
squig

Re: PHP 5.2.1 & MagickWand for PHP - make error

Post by squig »

Thank you :)
squig

Re: PHP 5.2.1 & MagickWand for PHP - make error

Post by squig »

Hello,

I just downloaded Version 1.0.1 of Magickwand and it compiled without any problems :)

Thank you for fixing this bug so fast.


With kind regards

squig
Post Reply