Operating system version
macOS Sonoma 14.2
System architecture
ARM64 (M1, M2, etc)
Herd Version
1.3.1
PHP Version
All available PHP versions
Bug description
The Imagick extension is included in Herd, but it seems to missing --with-xml for the imagemagick library. This causes issues with using Imagick like these when trying to use readImageBlob.
See this comment for a possible solution: #90 (reply in thread)
Much appreciated 🙏.
Steps to reproduce
$image = new Imagick();
$svg = file_get_contents("image.svg");
$image->readImageBlob($svg);
Relevant log output
UnableToOpenConfigureFile `delegates.xml' @ warning/configure.c/GetConfigureOptions/722