Merge pull request #25 from JC5/patch-2

Update install-php-extensions
pull/28/head
Michele Locati 2019-08-12 22:17:03 +02:00 committed by GitHub
commit a4fdd1d64c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ installBundledModule () {
docker-php-ext-configure imap --with-kerberos --with-imap-ssl docker-php-ext-configure imap --with-kerberos --with-imap-ssl
;; ;;
ldap) ldap)
docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu docker-php-ext-configure ldap --with-libdir=lib/$(gcc -dumpmachine)
;; ;;
mssql|pdo_dblib) mssql|pdo_dblib)
case "$1" in case "$1" in