From 4a09ec24441c7d918d0a62c60e11616ffa0db744 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 22 Aug 2016 12:21:38 +0200 Subject: [PATCH] url error control --- http/Url.md | 7 +++++++ http/Url/: Changelog.md | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/http/Url.md b/http/Url.md index 074099e..f6f1c14 100644 --- a/http/Url.md +++ b/http/Url.md @@ -38,6 +38,13 @@ The http\Url class provides versatile means to parse, construct and manipulate U Parse and convert multibyte hostnames according to IDNA (with libidn support). * PARSE_TOPCT Percent encode multibyte sequences in the userinfo, path, query and fragment parts of the URL. +* IGNORE_ERRORS + Continue parsing when encountering errors. +* SILENT_ERRORS + Suppress errors/exceptions. +* STDFLAGS + Standard flags used by default internally for e.g. http\Message::setRequestUrl(). + Enables joining path and query, sanitizing path, multibyte/unicode, international domain names and transient percent encoding. ## Properties: diff --git a/http/Url/: Changelog.md b/http/Url/: Changelog.md index 817a9e7..a06f342 100644 --- a/http/Url/: Changelog.md +++ b/http/Url/: Changelog.md @@ -6,6 +6,11 @@ * http\Url::PARSE_MBLOC (on systems with wide character support) * http\Url::PARSE_TOIDN (with libidn support) * http\Url::PARSE_TOPCT +0. v2.6.0, v3.1.0 + * Added parser constants: + * http\Url::IGNORE_ERRORS + * http\Url::SILENT_ERRORS + * http\Url::STDFLAGS ## Backwards compatibility notes -- 2.30.2