mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
38b8faf180
commit
f5d5459f49
1 changed files with 7 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue