Fix installing smbclient on PHP from 7.0 to 7.3 (#1028)

master 2.7.6
Michele Locati 2024-12-10 15:15:20 +01:00 committed by GitHub
parent 75ace53eb0
commit 07907ffe36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -3897,6 +3897,8 @@ installRemoteModule() {
if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 506; then
installRemoteModule_version=1.1.1
elif test $PHP_MAJMIN_VERSION -le 703; then
installRemoteModule_version=1.1.2
fi
fi
;;