Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fallback URI parser. #13

Merged
merged 1 commit into from
Dec 7, 2016
Merged

Fallback URI parser. #13

merged 1 commit into from
Dec 7, 2016

Conversation

evert
Copy link
Member

@evert evert commented Dec 6, 2016

This is a new implementation of PHP's parse_url. It's likely not
perfect, but it catches specific cases that the built-in function does
not support.

Fixes Issue #9
Fixes Issue #11

@felixfbecker / @sii / @PVince81 Does this sufficiently solve your
problem?

This is a new implementation of PHP's parse_url. It's likely not
perfect, but it catches specific cases that the built-in function does
not support.

Fixes Issue #9
Fixes Issue #11

@felixfbecker / @sii / @PVince81 Does this sufficiently solve your
problem?
@felixfbecker
Copy link

I think so, tests look good!

@PVince81
Copy link

PVince81 commented Dec 6, 2016

Tested the patch and it fixes the colon issue in ownCloud, and as I can see the matching test case is included.

@evert evert merged commit 4c3dd28 into master Dec 7, 2016
@evert evert deleted the fallback-uri-parser branch December 7, 2016 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants