Merge pull request #44 from mlocati/solr-php5.6

Fix solr for PHP 5.6
This commit is contained in:
Michele Locati 2019-10-10 17:24:07 +02:00 committed by GitHub
commit 89bff88c2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'