Fixed bug #53557 (pathinfo() does not return correct values for path with accents in it)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306483 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2010-12-20 02:04:27 +00:00
parent 38b8faf180
commit f5d5459f49

View file

@ -125,6 +125,13 @@ lib.inc
predefined reserved variables</link>.
</para>
</note>
<note>
<para>
<function>pathinfo</function> is locale aware, so for it to parse the path
correctly with multibyte character, the matching locale must be set using
the <function>setlocale</function> function.
</para>
</note>
</refsect1>
<refsect1 role="seealso">