mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-10 00:52:45 +00:00
Fix installing smbclient on PHP from 7.0 to 7.3 (#1028)
This commit is contained in:
parent
75ace53eb0
commit
07907ffe36
1 changed files with 2 additions and 0 deletions
|
@ -3897,6 +3897,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=1.1.1
|
installRemoteModule_version=1.1.1
|
||||||
|
elif test $PHP_MAJMIN_VERSION -le 703; then
|
||||||
|
installRemoteModule_version=1.1.2
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue