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