mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02: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:
parent
c0865ac013
commit
d585a5609d
43 changed files with 10166 additions and 0 deletions
|
@ -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/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue