This commit is contained in:
midoks 2022-07-15 00:08:52 +08:00
parent 6fbdae550c
commit ce9542eee6
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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