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 ;;