- Issue created by @AndyF
- πΊπΈUnited States froboy Chicago, IL
Adding some possibly related tickets.
As some other folks have mentioned, this seems to be an underlying PHP issue, I think with parse_str as called in Url::fromUri:
parse_str($uri_parts['query'], $uri_query);
There's a "solution" on php.net explaining how a "proper_parse_str" might function.
I guess we'd need to...
- decide if Drupal should support duplicate query strings
- (if yes...) write some tests
- implement "proper_parse_str" somewhere
- replace "parse_str" with "proper_parse_str" in Url::fromUri and like... everywhere? - Status changed to Closed: duplicate
about 1 year ago 9:18am 17 April 2024 - π¬π§United Kingdom AndyF
Duplicate: π Url only outputs the last value of a query parameter Needs work (Also related: β¨ Output multiple values of a query param with repeating param name Needs work )