From 5360b61450d04f0fb517326ac90c0153e61bfc85 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 10 Oct 2019 17:00:42 +0200 Subject: [PATCH] Fix redis for PHP 5.6 Test: redis --- install-php-extensions | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install-php-extensions b/install-php-extensions index 5478298..43ff241 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -458,6 +458,11 @@ installPECLModule () { installPECLModule_actual="${2}-2.0.10" fi ;; + redis) + if test $1 -le 506; then + installPECLModule_actual="${2}-4.3.0" + fi + ;; ssh2) if test $1 -le 506; then installPECLModule_stdin='autodetect'