1
0
Fork 0
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:
Michele Locati 2022-09-15 16:29:00 +02:00 committed by GitHub
parent bdecb659ef
commit 51711dcb45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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