Hi, how can I solve this error ?
I am on Arch Linux, every thing is up to date. Is there a way for me to solve this or do you have to update ImageMagick - meaning you recomplie against 1810 version ?
From terminal
╰─>> php --version
PHP Warning: Version warning: Imagick was compiled against ImageMagick version 1809 but version 1810 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0
PHP 8.4.13 (cli) (built: Sep 23 2025 17:55:40) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.4.13, Copyright (c) Zend Technologies
with Zend OPcache v8.4.13, Copyright (c), by Zend Technologies
and
╰─>> pacman -Qs magick
local/imagemagick 7.1.2.3-2
An image viewing/manipulation program
local/php-imagick 3.8.0-1
PHP extension to create and modify images using the ImageMagick library
I saw this #745, but this is on my local machine...
Please advise...