This commit is contained in:
parent
10612a9b26
commit
74ea47288e
@ -82,7 +82,7 @@ echo "extension=mongodb.so" >> /opt/techs/php-$VERSION/etc/conf.d/extensions.ini
|
||||
# Not supported yet
|
||||
# https://github.com/Imagick/imagick/issues/358
|
||||
# We ignore PHP 8.3.2 until it's fixed
|
||||
if [ "$VERSION" != "8.3.2" -a "$VERSION" != "8.3.6" -a "$VERSION" != "8.3.9" ]; then
|
||||
if [ "$VERSION" != "8.3.2" -a "$VERSION" != "8.3.6" -a "$VERSION" != "8.3.9" -a "$VERSION" != "8.3.12" ]; then
|
||||
echo "no" | /opt/techs/php-$VERSION/bin/pecl install imagick
|
||||
echo "extension=imagick.so" >> /opt/techs/php-$VERSION/etc/conf.d/extensions.ini
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user