core
core copied to clipboard
feat(metadata): use uri RFC 3986 on PHP8.5
| Q | A |
|---|---|
| Branch? | main |
| Tickets | - |
| License | MIT |
| Doc PR | api-platform/docs#... |
This PR replaces the usage of parse_url() method by the new rfc 3986 URI API on PHP8.5.
cc @soyuka this is the subject we talk about at the SymfonyCon hackday.
Still in draft as it's missing some tests.