From 3960c069c3bad8da4a50213aa1c861969e52fa08 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Sat, 13 Mar 2021 18:51:13 +0100 Subject: [PATCH] [minor] Remove duplicated "ssh2" case Test: ssh2 --- install-php-extensions | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/install-php-extensions b/install-php-extensions index c2a6b0d..655a881 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -1929,15 +1929,6 @@ installRemoteModule() { addConfigureOption 'enable-redis-zstd' 'yes' fi ;; - ssh2) - if test -z "$installRemoteModule_version"; then - if test $PHP_MAJMIN_VERSION -le 506; then - installRemoteModule_version=0.13 - else - installRemoteModule_version=beta - fi - fi - ;; snuffleupagus) if test -z "$installRemoteModule_version"; then installRemoteModule_version=0.7.0 @@ -1963,7 +1954,7 @@ installRemoteModule() { if test $PHP_MAJMIN_VERSION -le 506; then installRemoteModule_version=0.13 else - installRemoteModule_version=1.2 + installRemoteModule_version=beta fi fi ;;