mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-10 00:52:45 +00:00
Add support for imagick on PHP 8.3 (#811)
This commit is contained in:
parent
5c38dda75d
commit
b677321799
2 changed files with 8 additions and 1 deletions
|
@ -273,6 +273,13 @@ EOT
|
|||
# Nothing
|
||||
processPHPModuleArgument() {
|
||||
processPHPModuleArgument_arg="$1"
|
||||
case "$processPHPModuleArgument_arg" in
|
||||
imagick)
|
||||
if test $PHP_MAJMIN_VERSION -ge 803; then
|
||||
processPHPModuleArgument_arg=imagick/imagick@28f27044e435a2b203e32675e942eb8de620ee58
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
# Convert GitHub short form to long url,
|
||||
# for example: from
|
||||
# php-memcached-dev/php-memcached@8f106564e6bb005ca6100b12ccc89000daafa9d8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue