Skip to content

1.2.0

Compare
Choose a tag to compare
@evert evert released this 07 Dec 01:55
· 218 commits to master since this release
  • Now throwing InvalidUriException if a uri passed to the parse function
    is invalid or could not be parsed.
  • #11: Fix support for URIs that start with a triple slash. PHP's parse_uri()
    doesn't support them, so we now have a pure-php fallback in case it fails.
  • #9: Fix support for relative URI's that have a non-uri encoded colon : in
    them.