X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FUrl.md;fp=http%2FUrl.md;h=074099eac5c3cd239c1cce7ee3792f4788d4b7d9;hb=bea65a44c88e5b048152cec8eb25d217e4442a57;hp=71d41e111b6613b74457df07a607bae86f1cb016;hpb=405fa8855b8a36c7b8db52373881ec35e3a62413;p=mdref%2Fmdref-http diff --git a/http/Url.md b/http/Url.md index 71d41e1..074099e 100644 --- a/http/Url.md +++ b/http/Url.md @@ -2,20 +2,6 @@ The http\Url class provides versatile means to parse, construct and manipulate URLs. -## Changelog: - -Version | Changes ---------|-------- -2.2.0 | Added parser constants:
http\Url::PARSE_MBUTF8,
http\Url::PARSE_MBLOC (on systems with wide character support),
http\Url::PARSE_TOPCT,
http\Url::PARSE_TOIDN (with libidn support). - -## Backwards compatibility - -### New parser in v2.2.0 - -PHP's [parse_url()](http://php.net/parse_url) is avoided since v2.2.0. - -Creating an empty url by `new http\Url(NULL, NULL, 0)` will not result in `http://localhost/` anymore but in an empty URL instead. - ## Constants: * REPLACE