1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-10 09:02:42 +00:00

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

This commit is contained in:
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

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