mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2025-01-22 13:51:29 +01:00
Merge pull request #193 from mlocati/ssh2-pecl-bug-fixed
Avoid workaround for PECL issue with ssh2
This commit is contained in:
commit
a48eab9e71
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user