Fix installing mailparse on PHP 7.2- (#631)

pull/632/head 1.5.38
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
1 changed files with 2 additions and 0 deletions

View File

@ -2787,6 +2787,8 @@ installRemoteModule() {
if test -z "$installRemoteModule_version"; then if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 506; then if test $PHP_MAJMIN_VERSION -le 506; then
installRemoteModule_version=2.1.6 installRemoteModule_version=2.1.6
elif test $PHP_MAJMIN_VERSION -le 702; then
installRemoteModule_version=3.1.3
fi fi
fi fi
;; ;;