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.
In file included from /home/floezen/magickwand/MagickWandForPHP-1.0.9/magickwand.c:9:0:
/home/floezen/magickwand/MagickWandForPHP-1.0.9/magickwand_inc.h:19:40: fatal error: ext/standard/php_smart_str.h: No such file or directory
#include "ext/standard/php_smart_str.h"
^
compilation terminated.
make: *** [magickwand.lo] Fehler 1
php_smart_str.h only exists in my PHP 5.6 installation, but not in the PHP 7 installation. How do I get it? Or is there a other solution?
MagickWand is supported and will continue to be supported. There appears to be a more active community around IMagick. That may be the best path forward. You could of course just call the 'convert' program form PHP.
Imagick has not been well supported in the past and is missing many of the new features of command line IM. But someone is now working to improve it. However, I do not know when it will be done. I would suggest you use PHP exec() to run command lines, at least for the time being.
Yes there are plans but we do not have an ETA on porting MagickWand for PHP 7 yet. As always, an ImageMagick user can contribute patches for the port. The ImageMagick developers are way too busy right now to work on it.