Get imap ready for PHP 7.4
See https://github.com/docker-library/php/issues/891#issuecomment-531023107 Credits to @tianon Test: imappull/39/head
parent
770c6ecd13
commit
93c33112ee
|
@ -320,7 +320,7 @@ installBundledModule () {
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
imap)
|
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)
|
ldap)
|
||||||
docker-php-ext-configure ldap --with-libdir=lib/$(gcc -dumpmachine)
|
docker-php-ext-configure ldap --with-libdir=lib/$(gcc -dumpmachine)
|
||||||
|
|
Loading…
Reference in New Issue