Add support for imap extension no longer bundled with PHP (#900)

pull/902/head 2.2.5
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
1 changed files with 6 additions and 0 deletions

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