At 06:46 PM 5/3/2001 -0500, Andrei Zmievski wrote:
>At 02:38 AM 5/4/01 +0300, Andi Gutmans wrote:
>I don't think it is trivial to implement this without:
>>a) Creating a second version of our hash tables (I don't like duplicate 
>>code).
>>b) Adding more complexity to the already complex hash tables.
>
>I may be missing something here, but why not simply add another field to 
>zend_class_entry that keeps track of the user declared name? I think 
>that's all the original poster was asking for..

I still don't think this is something lots of PHP users will benefit from. 
On the contrary, I think semantically it is more correct to define what the 
case insensitivity means (names are converted to lower case).
How many examples can you think of where this would actually help a PHP 
developer?

Andi


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to