diff --git a/reference/filter/filters.xml b/reference/filter/filters.xml index 32548f7ea9..0c6ee2fca5 100644 --- a/reference/filter/filters.xml +++ b/reference/filter/filters.xml @@ -105,7 +105,7 @@ FILTER_FLAG_PATH_REQUIRED, FILTER_FLAG_QUERY_REQUIRED - Validates value as URL (according to &url.rfc;2396), optionally with required components. Note that the function will only find ASCII URLs to be valid; internationalized domain names (containing non-ASCII characters) will fail. + Validates value as URL (according to &url.rfc;2396), optionally with required components. Beware a valid URL may not specify the HTTP protocol http:// so further validation may be required to determine the URL uses an expected protocol, e.g. ssh:// or mailto:. Note that the function will only find ASCII URLs to be valid; internationalized domain names (containing non-ASCII characters) will fail.