mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-10 00:52:45 +00:00
Add support for imap extension no longer bundled with PHP (#900)
This commit is contained in:
parent
0609246374
commit
dab1adbf39
1 changed files with 6 additions and 0 deletions
|
@ -2988,6 +2988,12 @@ installRemoteModule() {
|
|||
fi
|
||||
fi
|
||||
;;
|
||||
imap)
|
||||
# Include Kerberos Support
|
||||
addConfigureOption with-kerberos yes
|
||||
# Include SSL Support
|
||||
addConfigureOption with-imap-ssl yes
|
||||
;;
|
||||
inotify)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue