Skip to content

Cannot specify multiple querystring parameters with the same name #2

@Bilge

Description

@Bilge

Although uncommon, PHP itself promotes a use case for specifying multiple querystring parameters with the same name, e.g. foo[]=bar&foo[]=baz. However, the current implementation uses a dictionary to store query string parameters which does not permit two parameters with the same name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions