From 6eac91a74d83077a0580fec7a2330d5a63ebad19 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 14 Jul 2022 23:58:51 +0800 Subject: [PATCH] Update memcached.sh --- plugins/php/versions/common/memcached.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/php/versions/common/memcached.sh b/plugins/php/versions/common/memcached.sh index a6380714b..e50b00e7e 100755 --- a/plugins/php/versions/common/memcached.sh +++ b/plugins/php/versions/common/memcached.sh @@ -21,6 +21,10 @@ if [ "$version" -lt "70" ];then LIBV=2.2.0 fi +if [ "$version" -eq "70" ];then + LIBV=3.1.5 +fi + NON_ZTS_FILENAME=`ls $serverPath/php/${version}/lib/php/extensions | grep no-debug-non-zts` extFile=$serverPath/php/${version}/lib/php/extensions/${NON_ZTS_FILENAME}/${LIBNAME}.so