-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
Installing PHP PECL "imagick" imagick-3.7.0 on PHP 8.4 Failing #709
Comments
It doesn't support php8.4 version yet. We are all waiting for the update. |
Thank you for your reply, |
Probably related to #641. If you are lucky it might install from time to time. The development branch should fix it but it hasn't been released on pecl yet |
Thank you for the info, however, I have installed it normally on PHP 8.2 using pecl and decided to use PHP 8.2 for the time being until a stable version and fix released for 8.4. |
There are some fixes available in this community, I have found one for my issue for example.. also was not able to use it with php 8.4 but I'll have to change everything manually and it might not be stable after that. So yeah... we should wait a bit |
When it will be fixed? |
This seems to be ready for php8.4 in windows. and works for me in docker debian official php docker image. windows, see the 8.4 support: for the official docker php image it installed fine for me. but still not available with a simple
I was able to also install on a local machine with php8.4 without docker which worked fine. |
FYI: Currently I am researching the possibility of upgrading our app to PHP 8.4 and I was able to successfully install Imagick 3.7.0 using workaround we did for 8.3. So it seems like Imagick is not a blocker for us 🙂. |
The new PHP 8.4 Package from the PECL Website works fine for me :-) |
Anyone can help when trying to install imagick on my WHM I get the error message below:
ERROR: `make INSTALL_ROOT="/root/tmp/pear/pear-build-rootliaujf8imepg3fKayrU/install-imagick-3.7.0"
install' failed
I have successfully installed it for PHP 8.0 on same server
but not able to install the same module for PHP 8.4
The text was updated successfully, but these errors were encountered: