From a9e93485b43cf996d88b9e2260c03ecd54c605ac Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 16 Jul 2022 12:50:54 +0800 Subject: [PATCH] Update all_test.sh --- plugins/php/versions/all_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/all_test.sh b/plugins/php/versions/all_test.sh index 07c5d4be7..f167f7069 100644 --- a/plugins/php/versions/all_test.sh +++ b/plugins/php/versions/all_test.sh @@ -40,7 +40,7 @@ cd $DIR PHP_VER_LIST=(52 53 54 55 56 70 71 72 73 74 80 81 82) PHP_EXT_LIST=(ioncube ZendGuardLoader pdo mysqlnd sqlite3 openssl pcntl opcache mcrypt fileinfo \ exif gd intl memcache memcached redis imagemagick xdebug xhprof \ - swoole yaf yar yac apc mongo mongodb solr seaslog mbstring zip) + swoole yaf yar yac apc mongo mongodb solr seaslog mbstring iconv) for PHP_VER in ${PHP_VER_LIST[@]}; do echo "php${PHP_VER} -- start"