diff --git a/plugins/php/versions/common/gd.sh b/plugins/php/versions/common/gd.sh index 607f0be41..38fcf30ea 100755 --- a/plugins/php/versions/common/gd.sh +++ b/plugins/php/versions/common/gd.sh @@ -18,7 +18,7 @@ LIBNAME=gd LIBV=0 -if [ "$version" -lt "73" ];then +if [ "$version" -lt "74" ];then echo "not need!" exit 1 fi