Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41098 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84702 invoked from network); 15 Oct 2008 21:50:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Oct 2008 21:50:18 -0000 X-Host-Fingerprint: 193.86.150.242 unknown Received: from [193.86.150.242] ([193.86.150.242:6571] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/81-10880-99566F84 for ; Wed, 15 Oct 2008 17:50:17 -0400 Message-ID: <9F.81.10880.99566F84@pb1.pair.com> To: internals@lists.php.net Date: Wed, 15 Oct 2008 23:50:06 +0200 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 References: <48F653FF.5010106@chiaraquartet.net> In-Reply-To: <48F653FF.5010106@chiaraquartet.net> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 081015-0, 15.10.2008), Outbound message X-Antivirus-Status: Clean X-Posted-By: 193.86.150.242 Subject: Re: my last attempt at sanity with namespaces From: konference@kukulich.net (=?ISO-8859-2?Q?Jaroslav_Hansl=EDk?=) Hi, I have no karma but I read almost all threads about namespaces and I think I understand the issues. * Conflict between namespaced functions and static class methods: I prefer #1 but #3 is also good. * Resolving access to internal classes: +1 for the solution. Please don't remove namespaces from 5.3. We are really waiting for them. Regards