[PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] [Fwd: Re: [Zend Engine 2] Case sensitivity: Conclusion(?)]

2002-02-07 Thread Yasuo Ohgaki
Andi Gutmans wrote: > At 07:58 AM 2/7/2002 +0100, Stig S. Bakken wrote: *SNIP* > > I agree and I'll try and check if pretty names can be handled. > Errors with case senstive names are intuitive to fix. While errors with name space change is _not_ intuitive to where and what is wrong. If we did

Re: [PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] [Fwd: Re: [Zend Engine 2] Case sensitivity: Conclusion(?)]

2002-02-07 Thread Hartmut Holzgraefe
Yasuo Ohgaki wrote: > Case of names can be easily converted by program. do you think it will be easy in this situation?: and, by the way: what kind of a program is going to convert this? a shell script? what about windows users? a php script? what about users that just want to install a prod

[PHP-DEV] Re: [Zend Engine 2] Re: [PHP-DEV] [Fwd: Re: [Zend Engine 2] Case sensitivity: Conclusion(?)]

2002-02-07 Thread Yasuo Ohgaki
To upgrade from PHP4 to PHP5, most users should carefully change/test existing script unless their scripts are completely OO or non-OO. This BC problem is worse than case sensitive names, IMHO. (BTW, I like ZE2 way than ZE1 way) PHP5 may call wrong function unless user change their code ;) Case