2.0.0
Features
- Adds IDNA support
- Removes
Parser::mbParseUrl
, a UTF-8 compatible version of PHP'sparse_url
- Adds global function
pdp_parse_url
, a UTF-8 compatible version of PHP'sparse_url
- Adds
Parser:: isSuffixValid
to test validity of domain suffix (thanks to @SmellyFish)
See 1.4.6...2.0.0 for detailed version diff
BC Breaks
Library now requires ext-intl
and ext-mbstring
.