php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #52749 Extension\function\wrapper for Windows unicode filenames
Submitted: 2010-08-31 03:05 UTC Modified: 2010-08-31 10:27 UTC
From: anton85s at mail dot ru Assigned:
Status: Duplicate Package: *Directory/Filesystem functions
PHP Version: Irrelevant OS: Windows
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: anton85s at mail dot ru
New email:
PHP Version: OS:

 

 [2010-08-31 03:05 UTC] anton85s at mail dot ru
Description:
------------
The current versions of PHP are missing functions or interface to work properly with natively-unicode-encoded Windows filenames.
All present filesystem functions in PHP when working with Windows Unicode filenames work incorrectly, as they don't support handling Windows Unicode filenames encoding.

A new extension or modification of the existing PHP filesystem functions is needed to handle operations with files Unicode filenames used in Windows, by using the respective "W" versions of Windows API functions.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-08-31 03:10 UTC] anton85s at mail dot ru
The current versions of PHP are missing functions or interface to work properly with natively-unicode-encoded Windows filenames.
All present filesystem functions in PHP when working with Windows Unicode filenames work incorrectly, as they don't support handling Windows Unicode filenames encoding.

A new extension or modification of the existing PHP filesystem functions is needed to handle operations with files with Unicode filenames used in Windows, by using the respective "W" versions of Windows API functions.
 [2010-08-31 10:27 UTC] pajoye@php.net
-Status: Open +Status: Duplicate
 [2010-08-31 10:27 UTC] pajoye@php.net
There is already a feature request for that.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 13:01:30 2024 UTC