mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Fix installing mailparse on PHP 7.2- (#631)
This commit is contained in:
parent
bdecb659ef
commit
51711dcb45
1 changed files with 2 additions and 0 deletions
|
@ -2787,6 +2787,8 @@ installRemoteModule() {
|
|||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||
installRemoteModule_version=2.1.6
|
||||
elif test $PHP_MAJMIN_VERSION -le 702; then
|
||||
installRemoteModule_version=3.1.3
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue