From d51ffca6976150bf7df2fd758a2b54d5d914226e Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 1 Jul 2022 10:37:54 +0800 Subject: [PATCH] =?UTF-8?q?php=E6=89=A9=E5=B1=95=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=AE=8C=E6=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- class/core/config_api.py | 2 +- plugins/php/all_test.sh | 37 +++++++++++++++++++------------------ 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/class/core/config_api.py b/class/core/config_api.py index 71f991acc..6bca6fc85 100755 --- a/class/core/config_api.py +++ b/class/core/config_api.py @@ -18,7 +18,7 @@ class config_api: # 本版解决自启动问题 # 文件管理重命名 # 优化计划任务管理 - __version = '0.8.6.1' + __version = '0.8.6.2' def __init__(self): pass diff --git a/plugins/php/all_test.sh b/plugins/php/all_test.sh index b1320db99..0b4122dcf 100644 --- a/plugins/php/all_test.sh +++ b/plugins/php/all_test.sh @@ -5,25 +5,26 @@ 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 +# cd /www/server/mdserver-web/plugins/php/versions/74/ && bash openssl.sh install 74 # cd /www/server/mdserver-web/plugins/php/versions/81/ && bash imagemagick.sh install 81 - -PHP_VER=53 -echo "php${PHP_VER} -- start" -cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}') -cd $DIR && /bin/bash install.sh install $PHP_VER -for ii in $cmd_ext -do - if [ "install.sh" == "$ii" ];then - echo '' > /tmp/t.log - else - cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER - fi -done -echo "php${PHP_VER} -- end" - - -PHP_VER_LIST=(54 55 56 70 71 72 73 74 80 81) +# cd /www/server/mdserver-web/plugins/php/versions/70/ && bash imagemagick.sh install 70 + +# PHP_VER=52 +# echo "php${PHP_VER} -- start" +# cmd_ext=$(ls -l $DIR/versions/$PHP_VER/ |awk '{print $9}') +# cd $DIR && /bin/bash install.sh install $PHP_VER +# for ii in $cmd_ext +# do +# if [ "install.sh" == "$ii" ];then +# echo '' > /tmp/t.log +# else +# cd $DIR/versions/$PHP_VER && /bin/bash $ii install $PHP_VER +# fi +# done +# echo "php${PHP_VER} -- end" + + +PHP_VER_LIST=(53 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"