[skip ci] Update tidy.php excludes (#13425)

- ext/bcmath/libbcmath removed, because it is forked and maintained in
  php-srx. There doesn't seem to be any maintained upstream libbcmath.
- Added bundled ext/dom/lexbor.
- Updated JIT bundled files for ext/opcache/jit/ir.
This commit is contained in:
Peter Kokot 2024-02-18 18:44:49 +01:00 committed by GitHub
parent 711e452037
commit 187f6857df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,8 +22,8 @@ $it = new RecursiveIteratorIterator(
$excludes = [
// Bundled libraries / files.
'ext/bcmath/libbcmath/',
'ext/date/lib/',
'ext/dom/lexbor/',
'ext/fileinfo/data_file.c',
'ext/fileinfo/libmagic/',
'ext/gd/libgd/',
@ -32,9 +32,7 @@ $excludes = [
'ext/hash/php_hash_whirlpool_tables.h',
'ext/mbstring/libmbfl/',
'ext/mbstring/unicode_data.h',
'ext/opcache/jit/dynasm',
'ext/opcache/jit/libudis86',
'ext/opcache/jit/vtune',
'ext/opcache/jit/ir',
'ext/pcre/pcre2lib/',
'ext/standard/html_tables/html_table_gen.php',
'sapi/cli/php_http_parser.c',