Merge pull request #88 from mlocati/mailparse

Add support for mailparse
pull/89/head
Michele Locati 2019-12-23 17:43:59 +01:00 committed by GitHub
commit 420ec8998d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"