mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
An always enabled lexbor extension is added, containing the lexbor library that was separated from ext/dom extension in preparation of https://wiki.php.net/rfc/url_parsing_api. While at it, the lexbor library is upgraded to 2.5.0. Co-authored-by: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Co-authored-by: Gina Peter Banyard <girgias@php.net>
12 lines
286 B
YAML
12 lines
286 B
YAML
ignore:
|
|
# bundled libraries
|
|
- "ext/lexbor/lexbor/core"
|
|
- "ext/lexbor/lexbor/css"
|
|
- "ext/lexbor/lexbor/dom"
|
|
- "ext/lexbor/lexbor/encoding"
|
|
- "ext/lexbor/lexbor/html"
|
|
- "ext/lexbor/lexbor/ns"
|
|
- "ext/lexbor/lexbor/ports"
|
|
- "ext/lexbor/lexbor/tag"
|
|
- "ext/pcre/pcre2lib"
|