diff --git a/plugins/php/all_test.sh b/plugins/php/all_test.sh index 04feb077f..fc51ec3d7 100644 --- a/plugins/php/all_test.sh +++ b/plugins/php/all_test.sh @@ -5,6 +5,8 @@ DIR=$(cd "$(dirname "$0")"; pwd) # cd /www/server/mdserver-web/plugins/php && bash all_test.sh +# cd /www/server/mdserver-web/plugins/php/versions/71/ && bash openssl.sh install 71 + PHP_VER=53 echo "php${PHP_VER} -- start" cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}') @@ -20,7 +22,7 @@ done echo "php${PHP_VER} -- end" -PHP_VER_LIST=(54 55 56 71 72 73 74 80 81) +PHP_VER_LIST=(54 55 56 70 71 72 73 74 80 81) # PHP_VER_LIST=(81) for PHP_VER in ${PHP_VER_LIST[@]}; do echo "php${PHP_VER} -- start"