Update all_test.sh

This commit is contained in:
dami 2025-07-20 15:59:53 +08:00
parent 41cdbb43fc
commit ca39f0da3a
1 changed files with 1 additions and 1 deletions

View File

@ -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