Skip to content

Commit 187f685

Browse files
authored
[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.
1 parent 711e452 commit 187f685

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

scripts/dev/tidy.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
$excludes = [
2424
// Bundled libraries / files.
25-
'ext/bcmath/libbcmath/',
2625
'ext/date/lib/',
26+
'ext/dom/lexbor/',
2727
'ext/fileinfo/data_file.c',
2828
'ext/fileinfo/libmagic/',
2929
'ext/gd/libgd/',
@@ -32,9 +32,7 @@
3232
'ext/hash/php_hash_whirlpool_tables.h',
3333
'ext/mbstring/libmbfl/',
3434
'ext/mbstring/unicode_data.h',
35-
'ext/opcache/jit/dynasm',
36-
'ext/opcache/jit/libudis86',
37-
'ext/opcache/jit/vtune',
35+
'ext/opcache/jit/ir',
3836
'ext/pcre/pcre2lib/',
3937
'ext/standard/html_tables/html_table_gen.php',
4038
'sapi/cli/php_http_parser.c',

0 commit comments

Comments
 (0)