Update gd.sh
This commit is contained in:
parent
5bc913a172
commit
b348e6abe5
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue