mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Install latest version of zookeeper on PHP 7.0 too (#718)
This commit is contained in:
parent
754abb72d7
commit
eff33351f6
1 changed files with 0 additions and 2 deletions
|
@ -3646,8 +3646,6 @@ installRemoteModule() {
|
|||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -le 506; then
|
||||
installRemoteModule_version=0.5.0
|
||||
elif test $PHP_MAJMIN_VERSION -le 700; then
|
||||
installRemoteModule_version=1.0.0
|
||||
else
|
||||
installRemoteModule_version=alpha
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue