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
This commit is contained in:
Christoph Michael Becker 2017-09-12 10:58:12 +00:00
parent 83504efaf9
commit 3dee3a504f

View file

@ -16,6 +16,7 @@
<para>
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 <emphasis>not</emphasis> URL decoded.
</para>
<para>
This function is <emphasis role="strong">not</emphasis> meant to validate