Re: [PHP-DEV] realpath() on MacOSX doesn't normalize the case of characters

2015-08-05 Thread Christoph Becker
On 05.08.2015 at 17:30, Nicolas Grekas wrote: >> For windows, there is no path normalization either btw. It would makes >> realpath more expensive. > > I don't know what you mean by "no path normalization", but as far as the > case is concerned, there IS normalization: > var_dump(realpath(strtolo

Re: [PHP-DEV] realpath() on MacOSX doesn't normalize the case of characters

2015-08-05 Thread Pierre Joye
On Aug 5, 2015 10:30 PM, "Nicolas Grekas" wrote: >> >> For windows, there is no path normalization either btw. It would makes realpath more expensive. > > > I don't know what you mean by "no path normalization", but as far as the case is concerned, there IS normalization: > var_dump(realpath(strto

Re: [PHP-DEV] realpath() on MacOSX doesn't normalize the case of characters

2015-08-05 Thread Nicolas Grekas
> > For windows, there is no path normalization either btw. It would makes > realpath more expensive. > I don't know what you mean by "no path normalization", but as far as the case is concerned, there IS normalization: var_dump(realpath(strtolower(__FILE__))); var_dump(realpath(strtoupper(__FILE_

Re: [PHP-DEV] realpath() on MacOSX doesn't normalize the case of characters

2015-08-05 Thread Andreas Heigl
> Am 05.08.2015 um 17:06 schrieb Pierre Joye : > > Hi, > > On Aug 4, 2015 7:23 PM, "Nicolas Grekas" > wrote: >> >> Hello, >> >> I reported this bug one year ago (https://bugs.php.net/67220) and it is > now >> closed as "not a bug". I'd like this to be reconsidered. >> >> The documentation o

Re: [PHP-DEV] realpath() on MacOSX doesn't normalize the case of characters

2015-08-05 Thread Pierre Joye
Hi, On Aug 4, 2015 7:23 PM, "Nicolas Grekas" wrote: > > Hello, > > I reported this bug one year ago (https://bugs.php.net/67220) and it is now > closed as "not a bug". I'd like this to be reconsidered. > > The documentation of realpath() says: > > > realpath() expands all symbolic links and reso

Re: [PHP-DEV] realpath() on MacOSX doesn't normalize the case of characters

2015-08-05 Thread Julien Pauli
On Tue, Aug 4, 2015 at 4:39 PM, Ferenc Kovacs wrote: > On Tue, Aug 4, 2015 at 2:22 PM, Nicolas Grekas < > nicolas.grekas+...@gmail.com > > wrote: > > > Hello, > > > > I reported this bug one year ago (https://bugs.php.net/67220) and it is > > now > > closed as "not a bug". I'd like this to be rec

Re: [PHP-DEV] realpath() on MacOSX doesn't normalize the case of characters

2015-08-04 Thread Ferenc Kovacs
On Tue, Aug 4, 2015 at 2:22 PM, Nicolas Grekas wrote: > Hello, > > I reported this bug one year ago (https://bugs.php.net/67220) and it is > now > closed as "not a bug". I'd like this to be reconsidered. > > The documentation of realpath() says: > > > realpath() expands all symbolic links and re