From f5d5459f49bf7825aa6f85be57ca9939dc708617 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Mon, 20 Dec 2010 02:04:27 +0000 Subject: [PATCH] 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 --- reference/filesystem/functions/pathinfo.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/reference/filesystem/functions/pathinfo.xml b/reference/filesystem/functions/pathinfo.xml index 3cfc4fb4d3..97733ab6ea 100644 --- a/reference/filesystem/functions/pathinfo.xml +++ b/reference/filesystem/functions/pathinfo.xml @@ -125,6 +125,13 @@ lib.inc predefined reserved variables. + + + pathinfo is locale aware, so for it to parse the path + correctly with multibyte character, the matching locale must be set using + the setlocale function. + +