mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
add pdo_sqlsrv and sqlsrv
This commit is contained in:
+3
-1
@@ -29,7 +29,9 @@ EXTENSIONS := \
|
||||
Xdebug \
|
||||
xsl \
|
||||
zip \
|
||||
sockets
|
||||
sockets \
|
||||
pdo_sqlsrv \
|
||||
sqlsrv
|
||||
ifeq (,$(findstring $(PHP_VERSION), 7.2 7.3 7.4 latest))
|
||||
# Add more extensions to PHP < 7.2.
|
||||
EXTENSIONS += mcrypt
|
||||
|
||||
Reference in New Issue
Block a user