1
0
Fork 0
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:
Michele Locati 2024-03-18 17:47:55 +01:00 committed by GitHub
parent 0609246374
commit dab1adbf39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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