Added sockets extension

`sockets` extension is required by php-amqplib (PHP client for RabbitMQ)

Signed-off-by: Tema Smirnov <git.tema@smirnov.one>
This commit is contained in:
Tema Smirnov
2020-03-17 05:38:03 +03:00
parent de138f98cd
commit 31435904c1
28 changed files with 45 additions and 23 deletions
+4 -3
View File
@@ -25,9 +25,10 @@ EXTENSIONS := \
pdo_pgsql \
pgsql \
redis \
soap \
xsl \
zip
soap \
xsl \
zip \
sockets
ifeq (,$(findstring $(PHP_VERSION), 7.2 7.3 7.4 latest))
# Add more extensions to PHP < 7.2.
EXTENSIONS += mcrypt