Merge pull request #344 from mlocati/tensor
Don't install beta version of Tensor for PHP 8+pull/345/head 1.2.27
commit
6ea57d935c
|
@ -2147,8 +2147,6 @@ installRemoteModule() {
|
|||
if test -z "$installRemoteModule_version"; then
|
||||
if test $PHP_MAJMIN_VERSION -le 703; then
|
||||
installRemoteModule_version=2.2.3
|
||||
elif test $PHP_MAJMIN_VERSION -ge 800; then
|
||||
installRemoteModule_version=beta
|
||||
fi
|
||||
fi
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue