From 2a9ecd9e4cabd33f8a8cb149e7270b7fdf12aebf Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 30 Jun 2022 20:56:00 +0800 Subject: [PATCH] Update all_test.sh --- plugins/php/all_test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"