Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:673 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60422 invoked from network); 4 Apr 2003 16:20:34 -0000 Received: from unknown (HELO localhost.localdomain) (65.198.110.5) by pb1.pair.com with SMTP; 4 Apr 2003 16:20:34 -0000 Received: (from andrei@localhost) by localhost.localdomain (8.11.6/8.11.6) id h34GK0n01685 for internals@lists.php.net; Fri, 4 Apr 2003 11:20:00 -0500 X-Authentication-Warning: localhost.localdomain: andrei set sender to andrei@gravitonic.com using -f Date: Fri, 4 Apr 2003 11:20:00 -0500 To: PHP Internals Message-ID: <20030404161958.GA1661@hyperion.gravitonic.com> Mail-Followup-To: Andrei Zmievski , PHP Internals Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Subject: zend_lookup_class() From: andrei@gravitonic.com (Andrei Zmievski) 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