From 25b836e6f599a8fd1f63cc1a0aedbcf78d24edcd Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 12 Aug 2023 14:43:40 +0800 Subject: [PATCH] Update memcached.sh --- plugins/php/versions/common/memcached.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/plugins/php/versions/common/memcached.sh b/plugins/php/versions/common/memcached.sh index 9d647d0c0..77bc72f34 100755 --- a/plugins/php/versions/common/memcached.sh +++ b/plugins/php/versions/common/memcached.sh @@ -12,7 +12,7 @@ serverPath=$(dirname "$rootPath") sourcePath=${serverPath}/source/php LIBNAME=memcached -LIBV=3.1.5 +LIBV=3.2.0 sysName=`uname` actionType=$1 version=$2 @@ -21,11 +21,6 @@ if [ "$version" -lt "70" ];then LIBV=2.2.0 fi -if [ "$version" -eq "70" ] || [ "$version" -eq "71" ];then - LIBV=3.1.5 -fi - - LIB_PATH_NAME=lib/php if [ -d $serverPath/php/${version}/lib64 ];then LIB_PATH_NAME=lib64