Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40744 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61100 invoked from network); 28 Sep 2008 22:21:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Sep 2008 22:21:33 -0000 X-Host-Fingerprint: 68.112.148.14 68-112-148-14.dhcp.stcd.mn.charter.com Received: from [68.112.148.14] ([68.112.148.14:7770] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 84/E0-53562-C6300E84 for ; Sun, 28 Sep 2008 18:21:32 -0400 Message-ID: <84.E0.53562.C6300E84@pb1.pair.com> To: internals@lists.php.net Date: Sun, 28 Sep 2008 17:21:29 -0500 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 References: <9E3A4397-3595-42D8-BF73-7F7575B93772@pooteeweet.org> <003501c92037$9512fef0$3ffc1f3e@foxbox> <48DD7E3D.5060708@zend.com> <006701c92039$6245dc20$3ffc1f3e@foxbox> <48DDB24A.7090705@chiaraquartet.net> <81.6B.30545.B4C3ED84@pb1.pair.com> <48DE9455.6020608@chiaraquartet.net> <007801c92176$8fdaaba0$3ffc1f3e@foxbox> In-Reply-To: <007801c92176$8fdaaba0$3ffc1f3e@foxbox> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 68.112.148.14 Subject: Re: [PHP-DEV] alpha3 From: rpanning@gmail.com (Ryan Panning) Steph Fox wrote: > I don't want to see that whole ns separator debate all over again any > more than you do, but I really don't see a good way to avoid it... sorry. +1, I second this completely From someone who *was* using namespaces developing against the 5.3 branch, this is going to happen sooner or later. I found that :: just causes to many questions when used in namespaces. Using :: or -> just for the sake of reusing existing tokens is just wrong. I'm in favor of # if it can be worked out.