diff --git a/reference/url/functions/parse-url.xml b/reference/url/functions/parse-url.xml index 65fd892496..6e789d9e8a 100644 --- a/reference/url/functions/parse-url.xml +++ b/reference/url/functions/parse-url.xml @@ -1,5 +1,5 @@ - + @@ -131,6 +131,13 @@ Array This function doesn't work with relative URLs. + + + parse_url is intended specifically for the purpose of parsing URLs and not URIs. + However, to comply with PHP's backwards compatibility requirenments it makes an exception for the + file:// scheme where tripple slashes (file:///...) are allowed. For any other scheme this is invalid. + +