1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[RFC] DOM HTML5 parsing and serialization support (Lexbor library part) (#12493)

* Update meta files

* Add (patched) Lexbor v2.4.0

* Add (already-applied) Lexbor patches

* Add linguist-vendored flag for Lexbor
This commit is contained in:
Niels Dossche
2023-10-22 16:26:21 +01:00
committed by GitHub
parent 98b08c52db
commit f093409052
393 changed files with 274142 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
17. ext/mbstring/ucgendat portions based on the ucgendat.c from the OpenLDAP
18. avifinfo (ext/standard/libavifinfo) see ext/standard/libavifinfo/LICENSE
19. xxHash (ext/hash/xxhash)
20. Lexbor (ext/dom/lexbor/lexbor) see ext/dom/lexbor/LICENSE
3. pcre2lib (ext/pcre)