Skip to content

[Bug]: Include xml files for Imagick to prevent issues #280

@robdekort

Description

@robdekort

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions