From b4cdc7fc2dc5fd32e313d7ef49b87674ac6336fc Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 3 Sep 2022 17:43:23 +0800 Subject: [PATCH] Update memcached.sh --- plugins/php/versions/common/memcached.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/php/versions/common/memcached.sh b/plugins/php/versions/common/memcached.sh index 3944cc39e..cbe88cde3 100755 --- a/plugins/php/versions/common/memcached.sh +++ b/plugins/php/versions/common/memcached.sh @@ -21,9 +21,9 @@ if [ "$version" -lt "70" ];then LIBV=2.2.0 fi -if [ "$version" -eq "70" ] || [ "$version" -eq "71" ];then - LIBV=3.1.5 -fi +# if [ "$version" -eq "70" ] || [ "$version" -eq "71" ];then +# LIBV=3.2.0 +# fi LIB_PATH_NAME=lib/php