This commit is contained in:
parent
c740329c99
commit
4de583b57e
@ -82,10 +82,10 @@ echo "extension=mongodb.so" >> /opt/techs/php-$VERSION/etc/conf.d/extensions.ini
|
|||||||
# Not supported yet
|
# Not supported yet
|
||||||
# https://github.com/Imagick/imagick/issues/358
|
# https://github.com/Imagick/imagick/issues/358
|
||||||
# We ignore PHP 8.3.2 until it's fixed
|
# 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" -a "$VERSION" != "8.3.12" ]; 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 "no" | /opt/techs/php-$VERSION/bin/pecl install imagick
|
||||||
echo "extension=imagick.so" >> /opt/techs/php-$VERSION/etc/conf.d/extensions.ini
|
# echo "extension=imagick.so" >> /opt/techs/php-$VERSION/etc/conf.d/extensions.ini
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
|
|
||||||
ln -s /srv/conf/php-fpm/php.ini /opt/techs/php-$VERSION/etc/conf.d/99-app.ini
|
ln -s /srv/conf/php-fpm/php.ini /opt/techs/php-$VERSION/etc/conf.d/99-app.ini
|
||||||
|
Loading…
Reference in New Issue
Block a user