Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20980 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78857 invoked by uid 1010); 1 Dec 2005 21:06:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 78842 invoked from network); 1 Dec 2005 21:06:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Dec 2005 21:06:58 -0000 X-Host-Fingerprint: 194.109.253.196 mediawave.xs4all.nl Received: from ([194.109.253.196:21941] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 9B/5E-14828-2F56F834 for ; Thu, 01 Dec 2005 16:06:58 -0500 Message-ID: <9B.5E.14828.2F56F834@pb1.pair.com> To: internals@lists.php.net Date: Thu, 01 Dec 2005 22:07:42 +0100 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <23057.137.224.252.10.1133455342.squirrel@www.mediawave.nl> <21.3C.14828.7ED2F834@pb1.pair.com> In-Reply-To: <21.3C.14828.7ED2F834@pb1.pair.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 194.109.253.196 Subject: Re: Desired namespace behavoir From: bart@mediawave.nl (Bart de Boer) > This is part of the definition of namespaces. > And yes, I want the INI option to just provide aliases. > If these are implemented by injecting > > class a_A2 extends a::A2 {} > > as interface classes or by internally providing a hash table alias is > only different from a technical point of view. The result would be the > same, the performance would probably better using the alias. > > OLLi Ah, my bad. I thought you proposed to rename the classes.