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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
43 changed files with 10166 additions and 0 deletions

View file

@ -24,6 +24,7 @@ $excludes = [
// Bundled libraries / files.
'ext/date/lib/',
'ext/lexbor/lexbor/',
'ext/uri/uriparser/',
'ext/fileinfo/data_file.c',
'ext/fileinfo/libmagic/',
'ext/gd/libgd/',