From bfcbb47a6cfdec0f8ac32f3b4622d95c839cbf0c Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 15 Jul 2022 14:57:09 +0800 Subject: [PATCH] up --- compatibility.md | 2 +- plugins/php/versions/all_test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compatibility.md b/compatibility.md index 6e476f33f..76fc8c21f 100644 --- a/compatibility.md +++ b/compatibility.md @@ -27,7 +27,7 @@ cd /www/server/mdserver-web/plugins/php/versions && bash all_test.sh | AlmaLinix 9 |✅ |✅ | | RockyLinux 8.6 |✅ |✅ | | Arch Linux  |✅ |✅ | -| openSUSE 15.4 |:x: |:x: | +| openSUSE 15.4 |✅ |✅ | diff --git a/plugins/php/versions/all_test.sh b/plugins/php/versions/all_test.sh index cf42af4d0..f7d08be30 100644 --- a/plugins/php/versions/all_test.sh +++ b/plugins/php/versions/all_test.sh @@ -37,7 +37,7 @@ for PHP_VER in ${PHP_VER_LIST[@]}; do done cd $DIR -PHP_VER_LIST=(53 54 55 56 70 71 72 73 74 80 81 82) +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)