2010.05.04 20:20 Tomas Kuliavas rašė:
> 2010.05.04 17:56 Derick Rethans rašė:
>> On Tue, 4 May 2010, Adam Harvey wrote:
>>
>>> The options are:
>>>
>>> 1. Apply Tomas's patch to make case-insensitive lookups
>>> locale-ignorant. Pros: fixes immediate problem. Cons: breaks BC for
>>> case-insensitive function/method name lookups for high-bit characters
>>> in single-byte encodings. (Not that we've ever advertised or
>>> documented that.)
>>
>> People *do* do this though.
>>
>> I'm for option 2.
>
> Change to 100% case-insensitive function names has bigger probability of
> BC break.

typo. it is "100% case sensitive function names".

I think code in question is related to strcasecmp() or some other standard
PHP string function. Make sure that you don't break other case insensitive
functions, if you go with option two.

-- 
Tomas



-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to