mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Add support for mailparse
This commit is contained in:
parent
8c37c0bf12
commit
bdb50d019f
2 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue