-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[RFC] Add RFC 3986 and WHATWG compliant URL parsing support #14461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
823e4c6
to
e65deb7
Compare
0ccffa0
to
04d4e6e
Compare
I've just discussed with @kocsismate that this PR will likely be further split into separate PRs, since the size of the PR is giving me some troubles with GitHub's UI being laggy and also because GitHub already starts collapsing the comments. Something like:
|
Submitted:
|
Relates to #14461 and https://wiki.php.net/rfc/url_parsing_api Co-authored-by: Niels Dossche <[email protected]> Co-authored-by: Tim Düsterhus <[email protected]>
Relates to #14461 and https://wiki.php.net/rfc/url_parsing_api Co-authored-by: Niels Dossche <[email protected]> Co-authored-by: Tim Düsterhus <[email protected]>
Part of #14461. Related to https://wiki.php.net/rfc/url_parsing_api.
I'm closing this PR as the majority of changes have already been merged as listed in #14461 (comment). The only notable exception is the withers of RFC 3986 implementation, but those require a full rework. |
2nd take after the failed experiment with #11315
RFC: https://wiki.php.net/rfc/url_parsing_api