It's not a bug; PHP is a case-IN-sensitive language when it comes to
function and class names.

Adding strtolower calls will only slow down the whole language.

Using lowercase function and class names is the best solution.

--Wez.

On Fri, 7 Mar 2003, Eric Lambart wrote:

> On Fri, 2003-03-07 at 14:24, Brad LaFountain wrote:
> > Why can't you just simply name your classes all lowercase.
>
> Because then I wouldn't have discovered the bug! =)

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

Reply via email to