Update gd.sh

This commit is contained in:
midoks 2022-07-10 22:49:24 +08:00
parent 5bc913a172
commit b348e6abe5
1 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,13 @@ version=$2
LIBNAME=gd
LIBV=0
if [ "$version" -lt "73" ];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