Fix installing smbclient on PHP 5.5/5.6 (#1020)

pull/1021/head 2.7.3
Michele Locati 2024-11-28 15:23:15 +01:00 committed by GitHub
parent c4493e6106
commit d2a2883834
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -3893,6 +3893,13 @@ installRemoteModule() {
fi
fi
;;
smbclient)
if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 506; then
installRemoteModule_version=1.1.1
fi
fi
;;
snappy)
if test -z "$installRemoteModule_path"; then
if test -z "$installRemoteModule_version"; then