Merge pull request #39 from mlocati/imap-php7.4

Get imap ready for PHP 7.4
pull/40/head
Michele Locati 2019-10-10 12:26:05 +02:00 committed by GitHub
commit d44d5e3676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ installBundledModule () {
esac
;;
imap)
docker-php-ext-configure imap --with-kerberos --with-imap-ssl
PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl
;;
ldap)
docker-php-ext-configure ldap --with-libdir=lib/$(gcc -dumpmachine)