Edit report at https://bugs.php.net/bug.php?id=55837&edit=1

 ID:                 55837
 User updated by:    php at maisqi dot com
 Reported by:        php at maisqi dot com
 Summary:            Glob skips utf8 file names after setlocale
                     en_US.UTF-8
 Status:             Open
 Type:               Bug
 Package:            Filesystem function related
 Operating System:   CentOS release 5.7 (Final)
 PHP Version:        5.3.8
 Block user comment: N
 Private report:     N

 New Comment:

Please download the archive from:
   http://www.maisqi.com/glob-locale-test.tgz


Previous Comments:
------------------------------------------------------------------------
[2011-10-03 15:34:04] php at maisqi dot com

Description:
------------
The title says it all. I think it will be faster if you run the test I attached.
Gunzip the archive on a Linux Server and run glob-locale-test.php.

You can see it directly on http://www.maisqi.com/glob-locale-test.php

Test script:
---------------
See the script on the attached archive (glob-locale-test.php).
It tries to list the files on the associated folder (that is also on the 
archive) three times.

1. The first one uses glob with the default locale.
2. The second, also uses glob but after the locale has been set to en_US.UTF-8.
3. The third, uses DirectoryIterator.

Expected result:
----------------
All tries should list 5 files.

Actual result:
--------------
The second try only prints the file with a ascii file name.


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=55837&edit=1

Reply via email to