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

Workaround for parsing colons in partial URLs #12

Closed
wants to merge 1 commit into from
Closed

Workaround for parsing colons in partial URLs #12

wants to merge 1 commit into from

Commits on Dec 5, 2016

  1. Workaround for parsing colons in partial URLs

    Whenever a URL contains no host part, the presence of a colon will make
    PHP's parse_url fail. To workaround this bug, we need to encode the
    colon in this situation.
    
    However we do not encode colons for full URLs.
    Vincent Petry committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    53055ec View commit details
    Browse the repository at this point in the history