1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/codecov.yml
Máté Kocsis 7f59fccd52 Create separate lexbor extension (#18538)
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>
2025-05-25 14:12:44 +02:00

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"