This repository has been archived by the owner on Nov 26, 2022. It is now read-only.
version 1.4.0
Added
MissingIdnSupport
exception which is thrown when trying to parse a possible RFC3987 compliant host
when theext/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 useParser::CHEME_VALID_STARTING_CHARS
internal constants no longer in useParser::SCHEME_VALID_CHARS
internal constants no longer in useParser::LABEL_VALID_STARTING_CHARS
internal constants no longer in useParser::LOCAL_LINK_PREFIX
internal constants no longer in useParser::UB_DELIMITERS
internal constants no longer in useParser::isIpv6host
internal method no longer in useParser::isHostLabel
internal method no longer in useParser::toAscii
internal method no longer in use
Removed
- None