diff --git a/plugins/php/versions/81/memcached.sh b/plugins/php/versions/81/memcached.sh index b4332513c..63bfc33ac 100755 --- a/plugins/php/versions/81/memcached.sh +++ b/plugins/php/versions/81/memcached.sh @@ -16,7 +16,7 @@ LIBV=3.1.5 sysName=`uname` actionType=$1 version=$2 -extFile=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20200930/${LIBNAME}.so +extFile=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20210902/${LIBNAME}.so if [ "$sysName" == "Darwin" ];then BAK='_bak' diff --git a/plugins/php/versions/81/mongodb.sh b/plugins/php/versions/81/mongodb.sh index 51de148b3..ed2c5bcdc 100755 --- a/plugins/php/versions/81/mongodb.sh +++ b/plugins/php/versions/81/mongodb.sh @@ -16,7 +16,7 @@ LIBV=1.9.0 sysName=`uname` actionType=$1 version=$2 -extFile=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20200930/${LIBNAME}.so +extFile=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20210902/${LIBNAME}.so if [ "$sysName" == "Darwin" ];then BAK='_bak' diff --git a/plugins/php/versions/81/opcache.sh b/plugins/php/versions/81/opcache.sh index b1273e0e3..708777907 100755 --- a/plugins/php/versions/81/opcache.sh +++ b/plugins/php/versions/81/opcache.sh @@ -15,7 +15,7 @@ LIBNAME=opcache sysName=`uname` actionType=$1 version=$2 -extFile=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20190128/${LIBNAME}.so +extFile=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20210902/${LIBNAME}.so if [ "$sysName" == "Darwin" ];then BAK='_bak' diff --git a/plugins/php/versions/81/redis.sh b/plugins/php/versions/81/redis.sh index a3a86048f..1ad4c5b3a 100755 --- a/plugins/php/versions/81/redis.sh +++ b/plugins/php/versions/81/redis.sh @@ -17,7 +17,7 @@ sysName=`uname` actionType=$1 version=$2 -extDir=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20200930/ +extDir=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20210902/ if [ "$sysName" == "Darwin" ];then BAK='_bak' diff --git a/plugins/php/versions/81/seaslog.sh b/plugins/php/versions/81/seaslog.sh index 4711a48b7..cd2548f38 100755 --- a/plugins/php/versions/81/seaslog.sh +++ b/plugins/php/versions/81/seaslog.sh @@ -18,7 +18,7 @@ sysName=`uname` actionType=$1 version=$2 -extDir=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20200930/ +extDir=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20210902/ if [ "$sysName" == "Darwin" ];then BAK='_bak' diff --git a/plugins/php/versions/81/solr.sh b/plugins/php/versions/81/solr.sh index 07e85aff8..433830bd0 100755 --- a/plugins/php/versions/81/solr.sh +++ b/plugins/php/versions/81/solr.sh @@ -17,7 +17,7 @@ sysName=`uname` actionType=$1 version=$2 -extDir=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20200930/ +extDir=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20210902/ if [ "$sysName" == "Darwin" ];then BAK='_bak' diff --git a/plugins/php/versions/81/swoole.sh b/plugins/php/versions/81/swoole.sh index 704000e47..869a60ad6 100755 --- a/plugins/php/versions/81/swoole.sh +++ b/plugins/php/versions/81/swoole.sh @@ -17,7 +17,7 @@ version=$2 LIBNAME=swoole LIBV=4.6.3 -extFile=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20200930/${LIBNAME}.so +extFile=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20210902/${LIBNAME}.so sysName=`uname` if [ "$sysName" == "Darwin" ];then diff --git a/plugins/php/versions/81/xdebug.sh b/plugins/php/versions/81/xdebug.sh index e7c28c8d5..a616a1ac5 100755 --- a/plugins/php/versions/81/xdebug.sh +++ b/plugins/php/versions/81/xdebug.sh @@ -16,7 +16,7 @@ LIBV=3.0.2 sysName=`uname` actionType=$1 version=$2 -extFile=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20200930/${LIBNAME}.so +extFile=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20210902/${LIBNAME}.so if [ "$sysName" == "Darwin" ];then BAK='_bak' diff --git a/plugins/php/versions/81/xhprof.sh b/plugins/php/versions/81/xhprof.sh index 0ff408df0..4984416e8 100755 --- a/plugins/php/versions/81/xhprof.sh +++ b/plugins/php/versions/81/xhprof.sh @@ -16,7 +16,7 @@ LIBV=2.2.3 sysName=`uname` actionType=$1 version=$2 -extFile=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20200930/${LIBNAME}.so +extFile=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20210902/${LIBNAME}.so if [ "$sysName" == "Darwin" ];then BAK='_bak' diff --git a/plugins/php/versions/81/yaf.sh b/plugins/php/versions/81/yaf.sh index 8076ac5d5..5092b5d2d 100755 --- a/plugins/php/versions/81/yaf.sh +++ b/plugins/php/versions/81/yaf.sh @@ -16,7 +16,7 @@ version=$2 LIBNAME=yaf LIBV=3.3.0 -extFile=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20200930/${LIBNAME}.so +extFile=$serverPath/php/${version}/lib/php/extensions/no-debug-non-zts-20210902/${LIBNAME}.so sysName=`uname` if [ "$sysName" == "Darwin" ];then