Fix #68296: \n in path with parse_url() converts to underscore

This commit is contained in:
Christoph M. Becker 2021-09-24 17:56:13 +02:00
parent 4d1c34c9b7
commit 416b9e9bdb
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -120,6 +120,10 @@
instead of an <type>array</type>. If the requested component doesn't exist
within the given URL, &null; will be returned.
</para>
<para>
Note that control characters (cf. <function>ctype_cntrl</function>) in the
components are replaced with underscores (<literal>_</literal>).
</para>
</refsect1>
<refsect1 role="examples">