-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Imagick support for PHP8 #2
Comments
The problem is, it's apparently incompatible with the Imagine library that Craft uses So I'm going to stick with the github commit hack until the dust settles. Appreciate the heads up tho! |
Oh it is? I hadn't gone that far down the rabbit hole — thanks for the tip. |
Out of interest is there an open bug citing that incompatibility? With Craft 3.7-beta3 and PHP8 and Imagick 3.5.0 everything seems to be working as expected — resizing, cropping etc. |
Looks like it is actually an issue with Craft's Imagine implementation: My guess is that they've fixed it in the 3.7 beta |
And fixed :-) |
Nice. I'll re-open this so I remember to add it back in |
https://github.com/nystudio107/docker-images/blob/master/php-prod-base/php-8.0-alpine/Dockerfile#L52
Just a quick heads up that a few days ago they published an Imagick version
3.5.0
with PHP8 compatibility. I'm using the following and it seems good so far:The text was updated successfully, but these errors were encountered: