From 81abbcf87d52b098b8bab0138b9268aaa255bf83 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 10 Jul 2022 16:12:20 +0800 Subject: [PATCH] Update all_test.sh --- plugins/php-apt/versions/all_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php-apt/versions/all_test.sh b/plugins/php-apt/versions/all_test.sh index 08134161e..bd5b241d4 100644 --- a/plugins/php-apt/versions/all_test.sh +++ b/plugins/php-apt/versions/all_test.sh @@ -32,7 +32,7 @@ done cd $curPath PHP_VER_LIST_EXT=(56 70 71 72 73 74 80 81) -PHP_EXT_LIST=(pdo mysqlnd sqlite3 odbc opcache mcrypt fileinfo \ +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) for PHP_VER in ${PHP_VER_LIST_EXT[@]}; do