mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-11 01:22:42 +00:00
Fix installing smbclient on PHP 5.5/5.6 (#1020)
This commit is contained in:
parent
c4493e6106
commit
d2a2883834
1 changed files with 7 additions and 0 deletions
|
@ -3893,6 +3893,13 @@ installRemoteModule() {
|
||||||
fi
|
fi
|
||||||
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)
|
snappy)
|
||||||
if test -z "$installRemoteModule_path"; then
|
if test -z "$installRemoteModule_path"; then
|
||||||
if test -z "$installRemoteModule_version"; then
|
if test -z "$installRemoteModule_version"; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue