|
|
|
|
|
by klmr
5107 days ago
|
|
Well, VB.NET is case insensitive yet the problem doesn’t crop up there because it’s not braindead enough to use the same locale while compiling & executing. Yes, I get that PHP code isn’t compiled in a separate step but there still is no reason for it to use a user-defined locale. It should use the C locale, end of story. I don’t understand why this isn’t trivial to fix. Is there any place where PHP depends on a user-defined locale for parsing? EDIT: “trivial to fix” as in, doesn’t cause regression, not necessarily that it’s a small change to the code base. |
|