diff --git a/reference/filter/filters.xml b/reference/filter/filters.xml
index 3ab749062b..11f389de7a 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, optionally with required components.
+ 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.