Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41771 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82395 invoked from network); 7 Nov 2008 22:20:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Nov 2008 22:20:15 -0000 Authentication-Results: pb1.pair.com header.from=sv_forums@fmethod.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sv_forums@fmethod.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fmethod.com from 69.16.228.148 cause and error) X-PHP-List-Original-Sender: sv_forums@fmethod.com X-Host-Fingerprint: 69.16.228.148 unknown Linux 2.4/2.6 Received: from [69.16.228.148] ([69.16.228.148:57391] helo=host.fmethod.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B5/13-02726-E1FB4194 for ; Fri, 07 Nov 2008 17:20:15 -0500 Received: from [83.228.56.37] (port=1626 helo=pc) by host.fmethod.com with esmtpa (Exim 4.69) (envelope-from ) id 1KyZgZ-0002W3-2W for internals@lists.php.net; Fri, 07 Nov 2008 16:20:11 -0600 Message-ID: To: "internals Mailing List" References: <4914AFCA.40307@chiaraquartet.net> <4914B8F2.1000407@chiaraquartet.net> Date: Sat, 8 Nov 2008 00:20:02 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.fmethod.com X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - fmethod.com Subject: Re: [PHP-DEV] [PATCH] bracketed namespace declarations From: sv_forums@fmethod.com ("Stan Vassilev | FM") Hi, Ok so I had a quick chat with greg and reread his proposal and it's actually a sound proposal. My original concern was that if we don't implement proper subset of "namespace scopes" we'll have difficulty extending PHP in the future to support function-local use declarations etc. However Greg's proposal is in fact a strict subset of scopes, which could be extended in the future in a backcompat nature. It also covers all use cases by the community, so I'm "+1", if anyone is counting that is. Sorry for the noise :) Regards, Stan Vassilev