Add support for mailparse
parent
8c37c0bf12
commit
bdb50d019f
|
@ -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
|
interbase 5.6 7.0 7.1 7.2 7.3
|
||||||
intl 5.6 7.0 7.1 7.2 7.3 7.4
|
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
|
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
|
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
|
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
|
memcached 5.6 7.0 7.1 7.2 7.3 7.4
|
||||||
|
|
|
@ -909,6 +909,11 @@ installPECLModule() {
|
||||||
installPECLModule_actual="$2-2.2.7"
|
installPECLModule_actual="$2-2.2.7"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
mailparse)
|
||||||
|
if test $1 -lt 700; then
|
||||||
|
installPECLModule_actual="$2-2.1.6"
|
||||||
|
fi
|
||||||
|
;;
|
||||||
memcached)
|
memcached)
|
||||||
if test $1 -lt 700; then
|
if test $1 -lt 700; then
|
||||||
installPECLModule_actual="$2-2.2.0"
|
installPECLModule_actual="$2-2.2.0"
|
||||||
|
|
Loading…
Reference in New Issue