From dab1adbf39c488eac164aa2f9642d3ec11ef27be Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Mon, 18 Mar 2024 17:47:55 +0100 Subject: [PATCH] Add support for imap extension no longer bundled with PHP (#900) --- install-php-extensions | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install-php-extensions b/install-php-extensions index 030f983..5e32036 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -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