From ca39f0da3ab54f15bf220c05964aa2c2b9519213 Mon Sep 17 00:00:00 2001 From: dami Date: Sun, 20 Jul 2025 15:59:53 +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 b2c14eeb4..c56c9adb3 100644 --- a/plugins/php/versions/all_test.sh +++ b/plugins/php/versions/all_test.sh @@ -42,7 +42,7 @@ cd $DIR PHP_VER_LIST=(53 54 55 56 70 71 72 73 74 80 81 82 83 84 85) # yar PHP_EXT_LIST=(ZendGuardLoader pdo mysqlnd sqlite3 openssl opcache mcrypt fileinfo \ - exif gd intl pcntl memcache memcached redis imagemagick xdebug \ + exif gd intl pcntl memcache memcached redis xdebug \ swoole yac apc mongo mongodb solr seaslog mbstring iconv event) for PHP_VER in ${PHP_VER_LIST[@]}; do