mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-30 04:29:15 +01:00
Merge pull request #39 from mlocati/imap-php7.4
Get imap ready for PHP 7.4
This commit is contained in:
commit
d44d5e3676
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user