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