Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:718 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57131 invoked from network); 5 Apr 2003 12:43:18 -0000 Received: from unknown (HELO bela.bezeqint.net) (192.115.106.24) by pb1.pair.com with SMTP; 5 Apr 2003 12:43:18 -0000 Received: from mr2.bezeqint.net (pip-17.bezeqint.net [192.115.106.17]) by bela.bezeqint.net (Bezeq International SMTP out Mail Server) with ESMTP id D592633F32 for ; Sat, 5 Apr 2003 15:42:19 +0300 (IDT) Received: from mail.zend.com (bzq-117-235-230.cust.bezeqint.net [192.117.235.230]) by mr2.bezeqint.net (Mirapoint Messaging Server MOS 3.3.3-GR) with SMTP id AVX41375; Sat, 5 Apr 2003 15:43:09 +0300 (IDT) Received: (qmail 11100 invoked from network); 5 Apr 2003 12:43:01 -0000 Received: from localhost (HELO andi-laptop.zend.com) (127.0.0.1) by localhost with SMTP; 5 Apr 2003 12:43:01 -0000 Message-ID: <5.1.0.14.2.20030405154246.032f07a0@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 05 Apr 2003 15:43:47 +0300 To: Andrei Zmievski , PHP Internals In-Reply-To: <20030404161958.GA1661@hyperion.gravitonic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] zend_lookup_class() From: andi@zend.com (Andi Gutmans) References: <20030404161958.GA1661@hyperion.gravitonic.com> I'm not sure if it's a good idea to change it or if we'd want a new function because zend_lookup_class() is used in the core executor and this would just slow it down. Can you give me an example of where you'd want this to work? Andi At 11:20 AM 4/4/2003 -0500, Andrei Zmievski wrote: >Any objections to modifying zend_lookup_class() to support fully >qualified class names? Meaning, if it's passed 'A::B' it will lookup >class B in namespace A? This change would take a care of several places >in the code where class name can be passed. > >-Andrei http://www.gravitonic.com/ > >"Everything has its wonders, even darkness and silence, and I learn, > whatever state I may be in, therein to be content." - Helen Keller > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php