Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41451 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83742 invoked from network); 27 Oct 2008 13:03:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Oct 2008 13:03:22 -0000 Authentication-Results: pb1.pair.com header.from=tom@vector-seven.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=tom@vector-seven.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain vector-seven.com from 67.207.131.5 cause and error) X-PHP-List-Original-Sender: tom@vector-seven.com X-Host-Fingerprint: 67.207.131.5 67-207-131-5.slicehost.net Received: from [67.207.131.5] ([67.207.131.5:36533] helo=vector-seven.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 03/32-34199-A1CB5094 for ; Mon, 27 Oct 2008 08:03:22 -0500 Received: from laptop (210-84-8-111.dyn.iinet.net.au [210.84.8.111]) (Authenticated sender: tom) by vector-seven.com (Postfix) with ESMTPSA id 197BA842C0; Mon, 27 Oct 2008 13:03:20 +0000 (UTC) Received: from localhost ([127.0.0.1]) by laptop with esmtp (Exim 4.69) (envelope-from ) id 1KuRkl-0004Ky-J2; Tue, 28 Oct 2008 00:03:27 +1100 Message-ID: <4905BC1F.3030100@vector-seven.com> Date: Tue, 28 Oct 2008 00:03:27 +1100 User-Agent: Thunderbird 2.0.0.17 (X11/20080925) MIME-Version: 1.0 To: David Grudl CC: Derick Rethans , PHP internals References: <49047D62.1030900@lsces.co.uk> <49059FC1.2060702@vector-seven.com> <9b3df6a50810270411t2b8e050au33d68564225311d4@mail.gmail.com> <4905A81F.3070506@vector-seven.com> <4905B8C7.3020809@grudl.com> In-Reply-To: <4905B8C7.3020809@grudl.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RE: From: tom@vector-seven.com (Thomas Lee) David Grudl wrote: > > But what is the purpose of namespaces? To give developers their own > separated space. And it is their responsibility to not use ambiguous > names. PHP has not problem with class Foo::Bar and namespace Foo::Bar, > but coding standards usually prohibits it. > +1 to that. Cheers, T