fix libxml2 with icu finding issue (#304)

* fix libxml2 with icu finding issue

* add test
This commit is contained in:
Jerry Ma
2024-01-03 13:40:48 +08:00
committed by GitHub
parent fa0ea5443d
commit eac4763d82
4 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ declare(strict_types=1);
// --------------------------------- edit area ---------------------------------
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
$extensions = 'swoole,swoole-hook-pgsql,swoole-hook-mysql,swoole-hook-sqlite';
$extensions = 'xml,intl';
// If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).
$with_libs = '';