RE: [PHP-DEV] Re: Streams and I/O refactoring approach

2016-02-01 Thread Anatol Belski
Hi, > -Original Message- > From: Anatol Belski [mailto:anatol@belski.net] > Sent: Monday, February 1, 2016 11:03 AM > To: 'Dmitry Stogov' ; internals@lists.php.net > Cc: 'Pierre Joye' ; 'Xinchen Hui' > ; 'Nikita Popov' > Su

RE: [PHP-DEV] Re: Streams and I/O refactoring approach

2016-02-01 Thread Anatol Belski
ta Popov' > Subject: [PHP-DEV] Re: Streams and I/O refactoring approach > > Hi, > > At current state, I see this not as a whole stream layer refactoring, but as a low- > level replacement of POSIX layer on Windows. > I see only few "visible" changes: > Basi

[PHP-DEV] Re: Streams and I/O refactoring approach

2016-02-01 Thread Dmitry Stogov
Hi, At current state, I see this not as a whole stream layer refactoring, but as a low-level replacement of POSIX layer on Windows. I see only few "visible" changes: 1. The layer first checks, if file names are valid UTF-8 strings, and use UTF-8 names or fall back to system locale. 2. The pat