wodby / php

Generic PHP docker container images
MIT License
152 stars 103 forks source link

Warning: Version warning: Imagick was compiled against ImageMagick version 1801 but version 1802 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0 #109

Closed net7 closed 4 years ago

net7 commented 4 years ago

I get this error with the php image wodby/php:7.4-dev-macos. I think you need to change the version of ImageMagick that is hardcoded and it's different from the one expected for the php library.

csandanov commented 4 years ago

there's only one version of imagemagick lib in the alpine repository, we hardcode version just to keep track when it's updated