From 46a3b565d753c6d2bd7f324050ae754b83893e8b Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 10 Oct 2019 17:16:58 +0200 Subject: [PATCH] Fix solr for PHP 5.6 Test: solr --- install-php-extensions | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install-php-extensions b/install-php-extensions index 43ff241..e2b6f80 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -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'