You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you for this project, I needed imagick ddl for php 8.2 that is not uploaded to pecl.
I downloaded the latest version of imagick from the website (ImageMagick-7.1.1-21-Q16-HDRI-x64-dll.exe) and added php ddl to extension_dir.
I get this warning when running PHP:
PHP Warning: Version warning: Imagick was compiled against ImageMagick version 1808 but version 1809 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0
Do you know how to fix it?
The text was updated successfully, but these errors were encountered:
Hello,
thank you for this project, I needed imagick ddl for php 8.2 that is not uploaded to pecl.
I downloaded the latest version of imagick from the website (ImageMagick-7.1.1-21-Q16-HDRI-x64-dll.exe) and added php ddl to extension_dir.
I get this warning when running PHP:
PHP Warning: Version warning: Imagick was compiled against ImageMagick version 1808 but version 1809 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0
Do you know how to fix it?
The text was updated successfully, but these errors were encountered: