diff --git a/plugins/php/versions/common/swoole.sh b/plugins/php/versions/common/swoole.sh index bc6a43482..826b27559 100755 --- a/plugins/php/versions/common/swoole.sh +++ b/plugins/php/versions/common/swoole.sh @@ -27,6 +27,11 @@ else echo '72+' fi +if [ "$version" -eq "82" ];then + echo "not need" + exit 1 +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 diff --git a/plugins/php/versions/common/yaf.sh b/plugins/php/versions/common/yaf.sh index d47edad6f..affe7ab66 100755 --- a/plugins/php/versions/common/yaf.sh +++ b/plugins/php/versions/common/yaf.sh @@ -31,6 +31,11 @@ if [ "$version" -eq "72" ] || [ "$version" -eq "73" ];then LIBV=3.2.5 fi +if [ "$version" -eq "82" ];then + echo "not need" + exit 1 +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