>
> 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

Reply via email to