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

version 1.4.0

Compare
Choose a tag to compare
@nyamsprod nyamsprod released this 14 Mar 07:31

Added

  • MissingIdnSupport exception which is thrown when trying to parse a possible RFC3987 compliant host
    when the ext/intl extension is missing or the ICU minimum version is not supported.
  • IPvFuture support

Fixed

  • Improve Host parsing according to RFC3986
  • Improve Parsing performance
  • Using PHPstan
  • The library only requires the intl extension if you need to parse RFC3987 compliant host.

Deprecated

  • Parser::INVALID_URI_CHARS internal constants no longer in use
  • Parser::CHEME_VALID_STARTING_CHARS internal constants no longer in use
  • Parser::SCHEME_VALID_CHARS internal constants no longer in use
  • Parser::LABEL_VALID_STARTING_CHARS internal constants no longer in use
  • Parser::LOCAL_LINK_PREFIX internal constants no longer in use
  • Parser::UB_DELIMITERS internal constants no longer in use
  • Parser::isIpv6host internal method no longer in use
  • Parser::isHostLabel internal method no longer in use
  • Parser::toAscii internal method no longer in use

Removed

  • None