Re: [PHP-DEV] bug in zend_API.c (with patch)
[email protected] (Wez Furlong) Fri, 7 Mar 2003 23:30:55 +0000 (GMT)
| Newsgroups | php.dev |
|---|---|
| Message-ID | <[email protected]> |
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! =)