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

Add ext/uri skeleton along with uriparser (#18658)

Relates to https://github.com/php/php-src/pull/14461/ and https://wiki.php.net/rfc/url_parsing_api
This commit is contained in:
Máté Kocsis
2025-05-27 08:16:24 +02:00
committed by GitHub
parent c0865ac013
commit d585a5609d
43 changed files with 10166 additions and 0 deletions

View File

@@ -9,3 +9,4 @@ ignore:
- "ext/lexbor/lexbor/ports"
- "ext/lexbor/lexbor/tag"
- "ext/pcre/pcre2lib"
- "ext/uri/uriparser"