From ea03009d27e65b8cb03726cadea71bc0a1b05cfc Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 27 Sep 2020 11:49:11 +0800 Subject: [PATCH] Update redis.sh --- plugins/php/versions/52/redis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/52/redis.sh b/plugins/php/versions/52/redis.sh index 302f6f1e4..f51dc7faa 100755 --- a/plugins/php/versions/52/redis.sh +++ b/plugins/php/versions/52/redis.sh @@ -12,7 +12,7 @@ serverPath=$(dirname "$rootPath") sourcePath=${serverPath}/source/php LIBNAME=redis -LIBV=3.1.4 +LIBV=2.2.7 sysName=`uname` actionType=$1 version=$2