Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40660 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84886 invoked from network); 24 Sep 2008 11:45:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Sep 2008 11:45:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=david.zuelke@bitextender.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=david.zuelke@bitextender.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain bitextender.com from 80.237.132.12 cause and error) X-PHP-List-Original-Sender: david.zuelke@bitextender.com X-Host-Fingerprint: 80.237.132.12 wp005.webpack.hosteurope.de Received: from [80.237.132.12] ([80.237.132.12:44328] helo=wp005.webpack.hosteurope.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C2/D5-52685-E582AD84 for ; Wed, 24 Sep 2008 07:45:35 -0400 Received: from munich.bitxtender.net ([85.183.90.3] helo=[10.224.254.2]); authenticated by wp005.webpack.hosteurope.de running ExIM using esmtpsa (TLSv1:RC4-SHA:128) id 1KiSoF-0000Oy-Ls; Wed, 24 Sep 2008 13:45:31 +0200 Cc: 'PHP Internals' Message-ID: <7CF01953-8CA2-4186-A735-53DD1665CDE7@bitextender.com> To: Stanislav Malyshev In-Reply-To: <48D7F5EF.3090202@zend.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Date: Wed, 24 Sep 2008 13:45:31 +0200 References: <48D7F5EF.3090202@zend.com> X-Mailer: Apple Mail (2.929.2) X-bounce-key: webpack.hosteurope.de;david.zuelke@bitextender.com;1222256735;6f0ea572; Subject: Re: [PHP-DEV] namespace issues From: david.zuelke@bitextender.com (=?ISO-8859-1?Q?David_Z=FClke?=) Am 22.09.2008 um 21:45 schrieb Stanislav Malyshev: > On the ZendCon, we (Marcus, Elizabeth, Andi and myself) had a talk > about what we'd like to do with namespaces, and we arrived at the > following conclusions, which we propose to implement in 5.3: > > 1. Allow braces for namespaces. So, the syntax for namespaces will be: > > 2. Simplify resolution order for classes in the namespace: > unqualified names are resolved this way: > > 3. Functions will not be allowed inside namespaces. > > Comments? +1 - David