Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:761 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13635 invoked from network); 7 Apr 2003 15:17:15 -0000 Received: from unknown (HELO localhost.localdomain) (65.198.110.5) by pb1.pair.com with SMTP; 7 Apr 2003 15:17:15 -0000 Received: (from andrei@localhost) by localhost.localdomain (8.11.6/8.11.6) id h37FEfT12236; Mon, 7 Apr 2003 11:14:41 -0400 X-Authentication-Warning: localhost.localdomain: andrei set sender to andrei@gravitonic.com using -f Date: Mon, 7 Apr 2003 11:14:41 -0400 To: Stanislav Malyshev Cc: PHP Internals Message-ID: <20030407151439.GF6512@hyperion.gravitonic.com> Mail-Followup-To: Andrei Zmievski , Stanislav Malyshev , PHP Internals References: <20030404161958.GA1661@hyperion.gravitonic.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Subject: Re: [PHP-DEV] zend_lookup_class() From: andrei@gravitonic.com (Andrei Zmievski) On Sun, 06 Apr 2003, Stanislav Malyshev wrote: > AZ>> Any objections to modifying zend_lookup_class() to support fully > AZ>> qualified class names? Meaning, if it's passed 'A::B' it will lookup > AZ>> class B in namespace A? This change would take a care of several > AZ>> places in the code where class name can be passed. > > Could you point out which places are these? See my reply to Andi. -Andrei http://www.gravitonic.com/ * Change is the only constant. *