mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-30 04:29:15 +01:00
Get imap ready for PHP 7.4
See https://github.com/docker-library/php/issues/891#issuecomment-531023107 Credits to @tianon Test: imap
This commit is contained in:
parent
770c6ecd13
commit
93c33112ee
@ -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