From 3dee3a504f5c9c31cc9448f734b99a15c317fcb7 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Tue, 12 Sep 2017 10:58:12 +0000 Subject: [PATCH] Fixed bug #73975 (parse_url does not decode % escaping of username) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343075 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/url/functions/parse-url.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/url/functions/parse-url.xml b/reference/url/functions/parse-url.xml index 2e733de85e..0baf9bd35d 100644 --- a/reference/url/functions/parse-url.xml +++ b/reference/url/functions/parse-url.xml @@ -16,6 +16,7 @@ This function parses a URL and returns an associative array containing any of the various components of the URL that are present. + The values of the array elements are not URL decoded. This function is not meant to validate