mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 16:42:41 +00:00
Add support for imagick on PHP 8.4 (#1010)
This commit is contained in:
parent
0301999403
commit
57ee57a024
2 changed files with 4 additions and 2 deletions
|
@ -275,7 +275,9 @@ processPHPModuleArgument() {
|
|||
processPHPModuleArgument_arg="$1"
|
||||
case "$processPHPModuleArgument_arg" in
|
||||
imagick)
|
||||
if test $PHP_MAJMIN_VERSION -ge 803; then
|
||||
if test $PHP_MAJMIN_VERSION -ge 804; then
|
||||
processPHPModuleArgument_arg=imagick/imagick@65e27f2bc02e7e8f1bf64e26e359e42a1331fca1
|
||||
elif test $PHP_MAJMIN_VERSION -ge 803; then
|
||||
processPHPModuleArgument_arg=imagick/imagick@28f27044e435a2b203e32675e942eb8de620ee58
|
||||
fi
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue