From 6fbdae550ca9b4823dbfdcc23d68a5f0572c81ae Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 15 Jul 2022 00:07:53 +0800 Subject: [PATCH] Update memcached.sh --- plugins/php/versions/common/memcached.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/common/memcached.sh b/plugins/php/versions/common/memcached.sh index e50b00e7e..aa4b52db9 100755 --- a/plugins/php/versions/common/memcached.sh +++ b/plugins/php/versions/common/memcached.sh @@ -21,7 +21,7 @@ if [ "$version" -lt "70" ];then LIBV=2.2.0 fi -if [ "$version" -eq "70" ];then +if [ "$version" -eq "70" ] || [ "$version" -eq "71" ];then LIBV=3.1.5 fi