mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #74599: parse_url allows bad characters in the common name
We remove this sentence altogether, because the return values section provides the correct info now (besides that "invalid" is not specific enough, the replacement is done on the result, not on the input).
This commit is contained in:
parent
416b9e9bdb
commit
e95ae8d94c
1 changed files with 1 additions and 2 deletions
|
@ -34,8 +34,7 @@
|
|||
<term><parameter>url</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The URL to parse. Invalid characters are replaced by
|
||||
<literal>_</literal>.
|
||||
The URL to parse.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue