From: Peter B. <re...@f2...> - 2001-05-14 07:16:07
|
At 02:14 PM 5/13/01 -0700, you wrote: >Sadly, function names are not case sensitive in php, so one has to be a >bit careful. They will be shortly - see http://www.zend.com/zend/week/week36.php I quote: TLK: variable, class and function naming Since PHP 2, the language has always regarded variable names to be case sensitive, while functions and classes are not. It appears that either PHP 4.1 or PHP 5 will break compatibility with this previous functionality, and regard everything as case sensitive. Logically, this makes more sense, and most of the core developers have already noted their excitement at the prospect. The changeover will also result in a boost in speed, since converting cases will not be necessary. For those who prefer the old way, there will be a compatibility mode .ini option. HTH! Peter. --oOo-- Narrow Gauge on the web - photos, directory and forums! http://www.narrow-gauge.co.uk --oOo-- Peter's web page - Scottish narrow gauge in 009 http://members.aol.com/reywob/ --oOo-- |