mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Avoid workaround for PECL issue with ssh2
https://bugs.php.net/bug.php?id=78560 has been resolved Test: ssh2
This commit is contained in:
parent
cf59243ac4
commit
deae635790
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue