parent
754abb72d7
commit
eff33351f6
|
@ -3646,8 +3646,6 @@ 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=0.5.0
|
installRemoteModule_version=0.5.0
|
||||||
elif test $PHP_MAJMIN_VERSION -le 700; then
|
|
||||||
installRemoteModule_version=1.0.0
|
|
||||||
else
|
else
|
||||||
installRemoteModule_version=alpha
|
installRemoteModule_version=alpha
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue