Joris Steyn

Results 24 comments of Joris Steyn

The symbol php_imagick_object was removed from imagicks public headers in this commit https://github.com/mkoppanen/imagick/commit/97857130fcf5131b80529f7a1febfaa7533c27de. So if I'm not mistaken you need to build against a version of imagick **before** 3.4.3. @mkoppanen...

Thanks for the quick reply! As far as I understand we don't need the class entry, because we already have the zend_object of the imagick object. And I already ported...

Status update: a better solution is in the making (at least conceptually) in https://github.com/mkoppanen/imagick/issues/169.

Hello @cchavez, In case you haven't figured it out yourself: you have to explicitly configure php-zbarcode to enable imagick and/or gd support. Like this: ``` ./configure --enable-zbarcode-imagick --enable-zbarcode-gd ```