feat: add amqp, gettext and imagick extensions

This commit is contained in:
Paolo Cuffiani
2022-04-21 18:36:27 +02:00
parent 81a8a1dd96
commit 4272a5d842
3 changed files with 13 additions and 4 deletions
+5 -2
View File
@@ -9,13 +9,16 @@ PHP_VERSION = $(firstword $(subst -, ,$(VERSION)))
# Extensions.
EXTENSIONS := \
amqp \
bcmath \
bz2 \
calendar \
exif \
iconv \
intl \
gd \
gettext \
iconv \
imagick \
intl \
ldap \
mbstring \
memcached \