-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will support glob? #12
Comments
Unicode (UTF-8) support for Windows is available on PHP 7.1 now, in case updating PHP is feasible. |
@hfhchan Yes, PHP 7.1 (Windows) can support UTF-8 filename now. http://php.net/manual/en/migration71.windows-support.php#120326
|
Thank you, php 7.1 does support unicode, but when I execute glob ('unicode_path'), I can not list the directory below, but scandir () can |
Ok, if you are sure that it is a bug of php 7.1, you can report to https://bugs.php.net/ |
Hello @kenjiuno .I installed your php-wfio package and it works great with files containing utf-8 characters. But unfortunately the |
Hi, thanks for great extension.
Sometimes the glob() is easier for scandir(), and the glob() can search for all path names for the matching pattern, will support glob()?
The text was updated successfully, but these errors were encountered: