Open simonhamp opened 2 months ago
It's possible to support, but imagemagick for windows has different build script, need take some time.
Let me know if there's anything I can help with!
Progress updated.
Related issue: https://github.com/ImageMagick/ImageMagick/issues/7634
Currently ImageMagick-windows repository is for windows build, but it cannot be used for php-src static build. The good news is the error looks fixable, but need some time to do it. This issue should be given a lower priority because it is more complicated than expected.
You need to use the 64 bit msvc c++ compiler to compile the imagemagick lib. The linker doesn't care how the static lib was built, when the imagick extension later uses it.
Is it possible?