From 7f5af31d7c14b22c74df306db18a2a06dbdc7905 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 5 Dec 2021 12:01:39 +0800 Subject: [PATCH] up --- plugins/php/versions/70/yaf.sh | 2 +- plugins/php/versions/71/yaf.sh | 2 +- plugins/php/versions/81/yaf.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/php/versions/70/yaf.sh b/plugins/php/versions/70/yaf.sh index 92a9bc7af..c82c102a0 100755 --- a/plugins/php/versions/70/yaf.sh +++ b/plugins/php/versions/70/yaf.sh @@ -18,7 +18,7 @@ version=$2 sysName=`uname` LIBNAME=yaf -LIBV=3.3.0 +LIBV=3.2.5 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 diff --git a/plugins/php/versions/71/yaf.sh b/plugins/php/versions/71/yaf.sh index 3536e5b29..f5d2c9a88 100755 --- a/plugins/php/versions/71/yaf.sh +++ b/plugins/php/versions/71/yaf.sh @@ -15,7 +15,7 @@ actionType=$1 version=$2 LIBNAME=yaf -LIBV=3.0.7 +LIBV=3.2.5 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 diff --git a/plugins/php/versions/81/yaf.sh b/plugins/php/versions/81/yaf.sh index a74c212ac..0eebee9fd 100755 --- a/plugins/php/versions/81/yaf.sh +++ b/plugins/php/versions/81/yaf.sh @@ -15,7 +15,7 @@ actionType=$1 version=$2 LIBNAME=yaf -LIBV=3.3.0 +LIBV=3.2.5 NON_ZTS_FILENAME=`ls $serverPath/php/${version}/lib/php/extensions | grep no-debug-non-zts`