mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-02 09:27:58 +01:00
commit
a858683d4b
@ -458,6 +458,11 @@ installPECLModule () {
|
||||
installPECLModule_actual="${2}-2.0.10"
|
||||
fi
|
||||
;;
|
||||
redis)
|
||||
if test $1 -le 506; then
|
||||
installPECLModule_actual="${2}-4.3.0"
|
||||
fi
|
||||
;;
|
||||
ssh2)
|
||||
if test $1 -le 506; then
|
||||
installPECLModule_stdin='autodetect'
|
||||
|
Loading…
Reference in New Issue
Block a user