diff --git a/plugins/php/versions/common/imagemagick.sh b/plugins/php/versions/common/imagemagick.sh index c84b7fce8..1785f5108 100755 --- a/plugins/php/versions/common/imagemagick.sh +++ b/plugins/php/versions/common/imagemagick.sh @@ -21,7 +21,7 @@ version=$2 if [ "$version" == "53" ];then echo 'not need' exit 0 -elif [ "$version" -lt "73" ];then +elif [ "$version" -lt "70" ];then LIBV=3.6.0 else echo 'ok'