Skip to content

Commit

Permalink
Add support for imap extension no longer bundled with PHP (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Mar 18, 2024
1 parent 0609246 commit dab1adb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dab1adb

Please sign in to comment.