mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue