Re: [PHP-DEV] Complete case-sensitivity in PHP

2012-04-22 Thread Yasuo Ohgaki
Hi, 2012/4/23 Galen Wright-Watson : >> 2. Absent bug #18556, case-sensitive PHP has merits as I stated in other >> post and several people voiced opinions in favor. Case-sensitive PHP is >> worth considering. >> >> It is, but it's also a major BC break, hence perhaps better suited for > PHP6. Case

Re: [PHP-DEV] Complete case-sensitivity in PHP

2012-04-22 Thread Galen Wright-Watson
2012/4/22 C.Koy > On 4/21/2012 4:37 AM, Galen Wright-Watson wrote: > >> What about instead creating a special-purpose Zend function to normalize >> class names (zend_normalize_class_name, or zend_classname_tolower)? This >> function would examine the current locale and, if it's a problematic one,

Re: [PHP-DEV] Complete case-sensitivity in PHP

2012-04-22 Thread C.Koy
On 4/21/2012 4:37 AM, Galen Wright-Watson wrote: What about instead creating a special-purpose Zend function to normalize class names (zend_normalize_class_name, or zend_classname_tolower)? This function would examine the current locale and, if it's a problematic one, convert the string to lower