mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
php required >= 7.0
This commit is contained in:
+4
-3
@@ -29,9 +29,7 @@ EXTENSIONS := \
|
||||
Xdebug \
|
||||
xsl \
|
||||
zip \
|
||||
sockets \
|
||||
pdo_sqlsrv \
|
||||
sqlsrv
|
||||
sockets
|
||||
ifeq (,$(findstring $(PHP_VERSION), 7.2 7.3 7.4 latest))
|
||||
# Add more extensions to PHP < 7.2.
|
||||
EXTENSIONS += mcrypt
|
||||
@@ -39,6 +37,9 @@ endif
|
||||
ifeq (,$(findstring $(PHP_VERSION), 7.0 7.1 7.2 7.3 7.4 latest))
|
||||
# Add more extensions to 5.x series images.
|
||||
EXTENSIONS += mysql
|
||||
else
|
||||
EXTENSIONS += pdo_sqlsrv \
|
||||
sqlsrv
|
||||
endif
|
||||
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user