From eff33351f62f33e65870b35eaf37740069028765 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 9 Mar 2023 12:05:35 +0100 Subject: [PATCH] Install latest version of zookeeper on PHP 7.0 too (#718) --- install-php-extensions | 2 -- 1 file changed, 2 deletions(-) diff --git a/install-php-extensions b/install-php-extensions index 72a75d9..865c5d2 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -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