From d4c47c16e4bfaba8d4985ce2dc89f47af4cc4bab Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 4 Jan 2025 11:56:03 +0800 Subject: [PATCH] Update all_test.sh --- plugins/php-apt/versions/all_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/php-apt/versions/all_test.sh b/plugins/php-apt/versions/all_test.sh index bd5b241d4..975893121 100644 --- a/plugins/php-apt/versions/all_test.sh +++ b/plugins/php-apt/versions/all_test.sh @@ -19,7 +19,7 @@ serverPath=$(dirname "$rootPath") # cd /www/server/mdserver-web/plugins/php-apt/versions && /bin/bash common.sh 7.1 install swoole -PHP_VER_LIST=(56 70 71 72 73 74 80 81) +PHP_VER_LIST=(56 70 71 72 73 74 80 81 82 83 84) for PHP_VER in ${PHP_VER_LIST[@]}; do echo "php${PHP_VER} -- start" if [ ! -d /www/server/php-apt/${PHP_VER} ];then @@ -31,7 +31,7 @@ done cd $curPath -PHP_VER_LIST_EXT=(56 70 71 72 73 74 80 81) +PHP_VER_LIST_EXT=(56 70 71 72 73 74 80 81 82 83 84) PHP_EXT_LIST=(ioncube pdo mysqlnd sqlite3 odbc opcache mcrypt fileinfo \ exif gd intl memcache memcached redis imagick xdebug xhprof \ swoole yaf phalcon yar mongodb yac solr seaslog mbstring zip zstd)