mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 00:22:40 +00:00
Fix solr for PHP 5.6
Test: solr
This commit is contained in:
parent
a858683d4b
commit
46a3b565d7
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue