Get imap ready for PHP 7.4

See https://github.com/docker-library/php/issues/891#issuecomment-531023107
Credits to @tianon

Test: imap
pull/39/head
Michele Locati 2019-10-10 12:19:40 +02:00
parent 770c6ecd13
commit 93c33112ee
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
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)