Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42807 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31217 invoked from network); 23 Jan 2009 23:58:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2009 23:58:28 -0000 Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 209.85.198.231 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 209.85.198.231 rv-out-0506.google.com Received: from [209.85.198.231] ([209.85.198.231:7993] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/F8-12327-4A95A794 for ; Fri, 23 Jan 2009 18:58:28 -0500 Received: by rv-out-0506.google.com with SMTP id g37so5027643rvb.23 for ; Fri, 23 Jan 2009 15:58:25 -0800 (PST) Received: by 10.143.18.21 with SMTP id v21mr119283wfi.149.1232755105734; Fri, 23 Jan 2009 15:58:25 -0800 (PST) Received: from barley.local (64-71-7-198.static.wiline.com [64.71.7.198]) by mx.google.com with ESMTPS id 31sm11951221wff.3.2009.01.23.15.58.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 23 Jan 2009 15:58:24 -0800 (PST) Message-ID: <497A599E.8030008@gravitonic.com> Date: Fri, 23 Jan 2009 15:58:22 -0800 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: Lukas Kahwe Smith CC: Hannes Magnusson , PHP internals References: <497A4138.2000707@gravitonic.com> <7f3ed2c30901231537j35d3b4c2i945de77a6a14dba0@mail.gmail.com> <497A578B.4080208@gravitonic.com> <3959E78B-13FC-437E-86BE-5B9EAF575BD0@pooteeweet.org> In-Reply-To: <3959E78B-13FC-437E-86BE-5B9EAF575BD0@pooteeweet.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Reserved namespaces From: andrei@gravitonic.com (Andrei Zmievski) Lukas Kahwe Smith wrote: > I think the decision was to not yet bother with reserving namespaces or > starting to namespace-ify extensions. We might however want to put out a > naming guide for namespaces. I agree. Whether the error is raised or not on reserved namespaces can be done later, but we should explicitly indicate that certain namespaces are off-limits. -Andrei