Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42804 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25343 invoked from network); 23 Jan 2009 23:38:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2009 23:38:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.154 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 72.14.220.154 fg-out-1718.google.com Received: from [72.14.220.154] ([72.14.220.154:1072] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/D7-12327-9D45A794 for ; Fri, 23 Jan 2009 18:38:02 -0500 Received: by fg-out-1718.google.com with SMTP id 16so2543102fgg.23 for ; Fri, 23 Jan 2009 15:37:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=p/6zZMf5HCsD56AlaRd6tesZbXtSkjg0lkPvIw+h7mA=; b=uc6J5U0mD4OtFcd4361WUhqhGab4TlUFbfrBubvAtD+dhatVno1R0EtatHpb0CQOGI qC0kcjVzvYPMoAg/ktAUGyub2EKKL6WMo3WEVOHClNRd8xuVRZ8ud0yHHO4lIhaGXbDg jH39cRTUQwO6g9H/Vcxu71Dk8IOWnsWDybl/E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=AqB+jWCrMvOEkltMjmv4Nnxehgtsx8ktr9jVxgEkSUU5bHGdOyMqqGursto82Ayv/q bXf6J1nsbt28XwPL2iJUBFjYOr85HkyUEuYWoCw03R5BkX5uVtWlvAM1YRieI40EeGaB zXMVNses5RNLLex4pcJh5QD3ydq+oj/UL9fK8= MIME-Version: 1.0 Received: by 10.180.224.4 with SMTP id w4mr3878723bkg.174.1232753878280; Fri, 23 Jan 2009 15:37:58 -0800 (PST) In-Reply-To: <497A4138.2000707@gravitonic.com> References: <497A4138.2000707@gravitonic.com> Date: Sat, 24 Jan 2009 00:37:58 +0100 Message-ID: <7f3ed2c30901231537j35d3b4c2i945de77a6a14dba0@mail.gmail.com> To: Andrei Zmievski Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Reserved namespaces From: hannes.magnusson@gmail.com (Hannes Magnusson) On Fri, Jan 23, 2009 at 23:14, Andrei Zmievski wrote: > 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 don't think we have to treat our users like a total fcking idiots. If anyone thinks using "SPL" or "PHP" as their root namespace is a good idea they deserve to be kicked in the nuts. -Hannes