Update all_test.sh

This commit is contained in:
midoks 2023-06-14 01:25:55 +08:00
parent 60af43ed31
commit 2fb542f6b4
1 changed files with 2 additions and 1 deletions

View File

@ -38,9 +38,10 @@ done
cd $DIR
PHP_VER_LIST=(53 54 55 56 70 71 72 73 74 80 81 82)
# yar
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 iconv phalcon)
swoole yaf yac apc mongo mongodb solr seaslog mbstring iconv phalcon)
for PHP_VER in ${PHP_VER_LIST[@]}; do
echo "php${PHP_VER} -- start"