On Aug 5, 2015 10:30 PM, "Nicolas Grekas" <[email protected]> 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(strtolower(__FILE__))); > var_dump(realpath(strtoupper(__FILE__))); > > displays two times exactly the same string on Windows >
I should had said there is not always normalization. I cannot remember examples but similar functions (as per your bug report) do not normalize path.
