From deae635790411cc0baab9c37eeca8eba757d2743 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Wed, 2 Dec 2020 18:41:58 +0100 Subject: [PATCH] Avoid workaround for PECL issue with ssh2 https://bugs.php.net/bug.php?id=78560 has been resolved Test: ssh2 --- install-php-extensions | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install-php-extensions b/install-php-extensions index a4bee01..2926859 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -1341,8 +1341,7 @@ installPECLModule() { if test $PHP_MAJMIN_VERSION -le 506; then installPECLModule_actual="$1-0.13" else - # see https://bugs.php.net/bug.php?id=78560 - installPECLModule_actual='https://pecl.php.net/get/ssh2' + installPECLModule_actual="$1-1.2" fi ;; tdlib)