Re: [PHP-DEV] Problem with tsrm_realpath_r on Windows

2011-02-26 Thread Pierre Joye
hi, Please open a bug report at bugs.php.net with the test case(s). Cheers, On Sat, Feb 26, 2011 at 2:11 PM, Carsten Wiedmann wrote: > Hello list, > > at the moment I'm having a problem with most filesystem functions (because > they are using  tsrm_realpath_r internally) and a special situation

[PHP-DEV] Problem with tsrm_realpath_r on Windows

2011-02-26 Thread Carsten Wiedmann
Hello list, at the moment I'm having a problem with most filesystem functions (because they are using tsrm_realpath_r internally) and a special situation. Steps to reproduce: | md test1 | mklink /j test test1 | icacls test /deny *S-1-1-0:(rd) at this point I can't create/write to a file in