Skip to content

Commit

Permalink
Merge pull request #193 from mlocati/ssh2-pecl-bug-fixed
Browse files Browse the repository at this point in the history
Avoid workaround for PECL issue with ssh2
  • Loading branch information
mlocati authored Dec 2, 2020
2 parents cf59243 + deae635 commit a48eab9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a48eab9

Please sign in to comment.