Fix solr for PHP 5.6

Test: solr
pull/44/head
Michele Locati 2019-10-10 17:16:58 +02:00
parent a858683d4b
commit 46a3b565d7
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 5 additions and 0 deletions

View File

@ -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'