Add support for mailparse

pull/88/head
Michele Locati 2019-12-23 17:38:09 +01:00
parent 8c37c0bf12
commit bdb50d019f
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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"