Skip to content

Commit dab1adb

Browse files
authored
Add support for imap extension no longer bundled with PHP (#900)
1 parent 0609246 commit dab1adb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

install-php-extensions

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2988,6 +2988,12 @@ installRemoteModule() {
29882988
fi
29892989
fi
29902990
;;
2991+
imap)
2992+
# Include Kerberos Support
2993+
addConfigureOption with-kerberos yes
2994+
# Include SSL Support
2995+
addConfigureOption with-imap-ssl yes
2996+
;;
29912997
inotify)
29922998
if test -z "$installRemoteModule_version"; then
29932999
if test $PHP_MAJMIN_VERSION -le 506; then

0 commit comments

Comments
 (0)