The automated installation for Debian 12 provided multiple PHP versions (from 5.6 to 8.3) and this is fantastic. Unfortunately they all miss Imagick... I would I go about adding Imagick (or other modules for what it matters) to all of them? Could a developer or expert point me to some documentation or suggest a solution? Thanks, Carlo
Just install missing module(s): Code: apt install php{8.1,8.2,8.3}-imagick Update command with your PHP version(s). ISPC should not enforce such modules and this is fine. Also recommended if you have redis server: Code: apt install php{8.1,8.2,8.3}-redis