Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42802 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16816 invoked from network); 23 Jan 2009 22:35:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2009 22:35:50 -0000 Authentication-Results: pb1.pair.com smtp.mail=david.coallier@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=david.coallier@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.152 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: david.coallier@gmail.com X-Host-Fingerprint: 72.14.220.152 fg-out-1718.google.com Received: from [72.14.220.152] ([72.14.220.152:60159] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C7/86-12327-5464A794 for ; Fri, 23 Jan 2009 17:35:50 -0500 Received: by fg-out-1718.google.com with SMTP id 16so2525764fgg.23 for ; Fri, 23 Jan 2009 14:35:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=1yQdLUp9eXDVFtrHzuac+KgOQMUXVXBKc9zOg68Gf1w=; b=ZPikpYBxSD9mYkMQtL7i7NH8X9C+++hUcP3r4/DPHipEwhkIaul//WXGO/lD2BSKC0 TSjRmx/QZgAS9nPwZBDsS3FHvWwD//hTEK0KFrKPHQHjU+cmDlo3ESzTcXSmLNqnRMXn PiacysLf8XsnHv05+lnuLWkQa+WH9/KomztuI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=RUZFH6nrvggMKC3ziSzjMUGGqYX5N1dSrE1AZLcpprvwNwnqlad3xwKilewDX4uRMD U2A1K2g5Ndlpn6nno6T/PsuvBNRcfzgU3ppdvDqkH8p2kiF+xpGjAXsf+/W0WijFgP4K KpYHeLXTQ169PTEoESrrqj7lyZ85gWM/xigfU= MIME-Version: 1.0 Sender: david.coallier@gmail.com Received: by 10.223.113.199 with SMTP id b7mr1300016faq.83.1232750146290; Fri, 23 Jan 2009 14:35:46 -0800 (PST) In-Reply-To: <497A4138.2000707@gravitonic.com> References: <497A4138.2000707@gravitonic.com> Date: Fri, 23 Jan 2009 22:35:46 +0000 X-Google-Sender-Auth: c16ba727c29a4e0d Message-ID: To: Andrei Zmievski Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Reserved namespaces From: davidc@php.net (David Coallier) > 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? I'd say what you are looking for is probably this. http://wiki.php.net/rfc/namespaces-for-internal-classes I know this has been discussed but I'm not sure if any decision has been made on that subject. Or if anyone had time to start digging into this issue further than discussions. Lars? Cheers, -- Slan, David