Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:677 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94423 invoked from network); 4 Apr 2003 16:50:45 -0000 Received: from unknown (HELO vckyb4.nw.wakwak.com) (211.9.231.145) by pb1.pair.com with SMTP; 4 Apr 2003 16:50:45 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135:25]) by vckyb4.nw.wakwak.com (Postfix) with ESMTP id 2D9E53FE07; Sat, 5 Apr 2003 01:50:44 +0900 (JST) Received: from at.wakwak.com (z13.61-115-68.ppp.wakwak.ne.jp [61.115.68.13]) by at.wakwak.com (8.12.9/8.12.9/2003-03-31) with SMTP id h34Gohm0019917; Sat, 5 Apr 2003 01:50:44 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Date: Sat, 05 Apr 2003 01:53:37 +0900 X-Mailer: EdMax Ver2.85.3F MIME-Version: 1.0 To: Andrei Zmievski Cc: PHP Internals Message-ID: <20030405015337yHiVx#@at.wakwak.com> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit In-Reply-To: <20030404161958.GA1661@hyperion.gravitonic.com> References: <20030404161958.GA1661@hyperion.gravitonic.com> Subject: Re: [PHP-DEV] zend_lookup_class() From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) +1, because your patch is likely to fix the issue #21094. http://bugs.php.net/21094 Moriyoshi 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 >