From 1a107c87eba4a822719d6875f14c075b61338db5 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Thu, 19 Dec 2019 17:07:13 +0100 Subject: [PATCH] Fix memcache for PHP 5.6 Test: memcache --- install-php-extensions | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install-php-extensions b/install-php-extensions index b897fe3..82b393d 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -870,6 +870,11 @@ installPECLModule () { installPECLModule_actual="$2-4.0.11" fi ;; + memcache) + if test $1 -lt 700; then + installPECLModule_actual="$2-2.2.7" + fi + ;; memcached) if test $1 -lt 700; then installPECLModule_actual="$2-2.2.0"