On Thu, 3 May 2001, Wez Furlong wrote:

> On 2001-05-03 22:51:41, "Wez Furlong" <[EMAIL PROTECTED]> wrote:
> > | "John Donagher" <[EMAIL PROTECTED]>
> > > Right now, when a class (or method, or function) is declared, its
> name
> > > is zend_str_tolower()'d.
> > > it would be nice if the original casing on the class name was
> persisted
> > > so that functions like get_class would return the actual
> *as-declared*
> > > class name.
> > +1
> > It will work, right (zend guys?).
> > I'd love to see it.

I really don't see why you would want this (correct case of class names
being returned).  But besides that, its not (imho) worth the speed
decrease (and kludge factor) to implement.

-Sterling


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to