Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42801 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12277 invoked from network); 23 Jan 2009 22:14:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2009 22:14:23 -0000 Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 209.85.200.172 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 209.85.200.172 wf-out-1314.google.com Received: from [209.85.200.172] ([209.85.200.172:25341] helo=wf-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/B5-12327-E314A794 for ; Fri, 23 Jan 2009 17:14:23 -0500 Received: by wf-out-1314.google.com with SMTP id 26so5049702wfd.26 for ; Fri, 23 Jan 2009 14:14:19 -0800 (PST) Received: by 10.143.5.20 with SMTP id h20mr533612wfi.167.1232748859618; Fri, 23 Jan 2009 14:14:19 -0800 (PST) Received: from barley.local (64-71-7-198.static.wiline.com [64.71.7.198]) by mx.google.com with ESMTPS id 30sm16415774wfa.1.2009.01.23.14.14.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 23 Jan 2009 14:14:18 -0800 (PST) Message-ID: <497A4138.2000707@gravitonic.com> Date: Fri, 23 Jan 2009 14:14:16 -0800 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: PHP internals Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Reserved namespaces From: andrei@gravitonic.com (Andrei Zmievski) Forgive me if I've missed this in the heat of all the namespaces discussions. Did we consider having reserved namespaces, like 'PHP' or 'SPL', so that if a user tries to declare a namespace with that name an error is raised? -Andrei