Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Urls with dots in the query string keys are not correctly parsed #31

Closed
wants to merge 1 commit into from
Closed

Urls with dots in the query string keys are not correctly parsed #31

wants to merge 1 commit into from

Conversation

janhohner
Copy link
Contributor

Because parse_str() allows to create variables from strings, PHP automaticly replaces dots with underscores. This is a problem if you have to parse query strings like "?foo.bar=baz".
I hope the pull request targets the correct branch, I'm quite new to this.

@nyamsprod nyamsprod closed this Sep 1, 2014
@nyamsprod
Copy link
Member

Sorry I could not merge your pull request because it was on the wrong branch .. please re-submit your pull request to the develop branch and I'll gladly merge it

@janhohner janhohner deleted the querystring-with-dots branch September 1, 2014 07:24
nyamsprod added a commit that referenced this pull request Mar 25, 2015
@nyamsprod nyamsprod mentioned this pull request Mar 25, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants