jb-lopez / php-extensions-windows

Build PHP extensions for windows
MIT License
7 stars 0 forks source link

Imagick version #3

Open chack1172 opened 10 months ago

chack1172 commented 10 months ago

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?

jb-lopez commented 9 months ago

Hi @chack1172! Did it end up working for you?

chack1172 commented 9 months ago

It works but it still shows the warning message. Maybe I'm using a wrong version of the exe of imagemagick.

jb-lopez commented 8 months ago

Looking in https://github.com/jb-lopez/php-extensions-windows/blob/main/deps/bin/ImageMagick.rdf these are built with v7.0.5. I'll look into updating that to a newer version.