From bdb50d019f622261e20a21d6f427488e233e1202 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Mon, 23 Dec 2019 17:38:09 +0100 Subject: [PATCH] Add support for mailparse --- data/supported-extensions | 1 + install-php-extensions | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/data/supported-extensions b/data/supported-extensions index 869bd3e..0758ed5 100644 --- a/data/supported-extensions +++ b/data/supported-extensions @@ -17,6 +17,7 @@ imap 5.6 7.0 7.1 7.2 7.3 7.4 interbase 5.6 7.0 7.1 7.2 7.3 intl 5.6 7.0 7.1 7.2 7.3 7.4 ldap 5.6 7.0 7.1 7.2 7.3 7.4 +mailparse 5.6 7.0 7.1 7.2 7.3 7.4 mcrypt 5.6 7.0 7.1 7.2 7.3 7.4 memcache 5.6 7.0 7.1 7.2 7.3 7.4 memcached 5.6 7.0 7.1 7.2 7.3 7.4 diff --git a/install-php-extensions b/install-php-extensions index 1c47484..8c2313e 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -909,6 +909,11 @@ installPECLModule() { installPECLModule_actual="$2-2.2.7" fi ;; + mailparse) + if test $1 -lt 700; then + installPECLModule_actual="$2-2.1.6" + fi + ;; memcached) if test $1 -lt 700; then installPECLModule_actual="$2-2.2.0"