Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43551 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23206 invoked from network); 31 Mar 2009 06:51:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Mar 2009 06:51:17 -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.158 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.158 fg-out-1718.google.com Received: from [72.14.220.158] ([72.14.220.158:43887] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/BD-40239-36DB1D94 for ; Tue, 31 Mar 2009 01:51:16 -0500 Received: by fg-out-1718.google.com with SMTP id l26so773963fgb.0 for ; Mon, 30 Mar 2009 23:51:12 -0700 (PDT) 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=gBDrftfgWBv73n7k8I5KQsaG68g9xG0iCl421TXoHBo=; b=qJ4mIsJjAQr+rStjzmCarFC52BbEN3lTS3kLnyxRePaaBx792tEBN0co34S4JiHV0T H6jr1WkvvKmBSuKCgiECA3Bn2mfwlJgYYh7WoWJ0Il5hd5S/Mnuf72Ox6fLAOYn/cE0N CzNisLtoJFF/GKl6Zx8aYQnARXurzG1eUz930= 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=CxYozfeRm1X3eqxoG9XHoaNvj3vIqDWpoB3hSpLZAIC3fN3xFS317G4V8x609qqqpY z3CtIt44MK6ZxghvfLKaFa2wHPNkRAzo6TaHHwevnlTCEFajEdkQ+aq0v+QmJmZeIGcL c2XkEhzP76rL1b1+kffvqedSzyzTLiM32D0Aw= MIME-Version: 1.0 Received: by 10.86.33.10 with SMTP id g10mr4806483fgg.47.1238482272221; Mon, 30 Mar 2009 23:51:12 -0700 (PDT) In-Reply-To: <49D1845B.9020607@chiaraquartet.net> References: <497A4138.2000707@gravitonic.com> <7f3ed2c30901231537j35d3b4c2i945de77a6a14dba0@mail.gmail.com> <497A578B.4080208@gravitonic.com> <3959E78B-13FC-437E-86BE-5B9EAF575BD0@pooteeweet.org> <497DA729.8070206@cschneid.com> <49B99D30.2060803@gravitonic.com> <9A4A884C-CB5D-4CEF-8D23-9CD353E5F725@pooteeweet.org> <49D1845B.9020607@chiaraquartet.net> Date: Tue, 31 Mar 2009 08:51:12 +0200 Message-ID: <7f3ed2c30903302351x39bc5d77kc26702dc5e7c601f@mail.gmail.com> To: Greg Beaver Cc: Lukas Kahwe Smith , Andrei Zmievski , Christian Schneider , PHP internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Reserved namespaces From: hannes.magnusson@gmail.com (Hannes Magnusson) On Tue, Mar 31, 2009 at 04:47, Greg Beaver wrote: > Lukas Kahwe Smith wrote: >> >> So where are we at here? >> If nobody proposes something, this will just slide by .. > > I propose reserving PHP. =A0extensions can be PHP\extname (i.e. class > PHP\Phar, or for extensions with multiple levels of hierarchy > PHP\PDO\mysql etc.) +1 I don't think we should magically raise errors if someone tries to declare such namespace, but updating the userland naming guide would be good. That being said; Would it be possible to enforce the PHP\ internally? Otherwise extension authors will simply ignore the rule and come up with their own conventions... -Hannes