#34408 closed enhancement (fixed)
Promote WP_HTTP::parse_url() to a top-level wp_parse_url function
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | HTTP API | Keywords: | |
Focuses: | Cc: |
Description
WP_HTTP::parse_url()
exists due to parsing bugs in < PHP 5.4.7 around schemeless URL's and IPv6, because of it's usefulness with parsing URI's which are becoming more common, we should promote it to a top-level function.
This would be beneficial to #34202
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 35369: