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

4 Commits

Author SHA1 Message Date
Remi Collet
d8560ad177 use lexbor version from library 2026-03-21 14:29:36 +01:00
Daniel Scherzer
b35b5e0050 ext/lexbor: use PHP_VERSION for extension version (#20291)
To match most other bundled extensions, instead of having no version at all
2025-10-28 10:51:05 -07:00
Niels Dossche
c4fba3708c Drop COMPILE_DL_LEXBOR (#18677)
This is always statically compiled into PHP, so remove this dead code.
2025-05-27 22:00:26 +02:00
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