Update all_test.sh

pull/123/head
midoks 3 years ago
parent 29579439d9
commit 1e8e34949d
  1. 2
      plugins/php-apt/versions/all_test.sh

@ -25,7 +25,7 @@ for PHP_VER in ${PHP_VER_LIST[@]}; do
done
PHP_VER_LIST_EXT=(56 70 71 72 73 74 80 81)
PHP_EXT_LIST=(yaf pdo mysqlnd sqlite3)
PHP_EXT_LIST=(yaf pdo mysqlnd sqlite3 oci8 odbc opcache mcrypt fileinfo exif gd intl memcache memcached)
for PHP_VER in ${PHP_VER_LIST_EXT[@]}; do
echo "php${PHP_VER} EXT -- start"
version=${PHP_VER:0:1}.${PHP_VER:1:2}

Loading…
Cancel
Save