Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43655 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33685 invoked from network); 7 Apr 2009 18:55:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Apr 2009 18:55:47 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:51421] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/77-28416-3B1ABD94 for ; Tue, 07 Apr 2009 14:55:47 -0400 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id DB6F24144058; Tue, 7 Apr 2009 19:00:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aaMqkkXm8Vvr; Tue, 7 Apr 2009 21:00:02 +0200 (CEST) Received: from [192.168.0.182] (77-58-151-147.dclient.hispeed.ch [77.58.151.147]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id D57E94144009; Tue, 7 Apr 2009 20:59:59 +0200 (CEST) Cc: Greg Beaver , Andrei Zmievski , Christian Schneider , PHP internals Message-ID: <3FCD7A5C-F540-4F0B-9061-521DF4FFA8B7@pooteeweet.org> To: Hannes Magnusson In-Reply-To: <7f3ed2c30903302351x39bc5d77kc26702dc5e7c601f@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Tue, 7 Apr 2009 16:46:59 +0200 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> <7f3ed2c30903302351x39bc5d77kc26702dc5e7c601f@mail.gmail.com> X-Mailer: Apple Mail (2.930.3) Subject: Re: [PHP-DEV] Reserved namespaces From: mls@pooteeweet.org (Lukas Kahwe Smith) On 31.03.2009, at 08:51, Hannes Magnusson wrote: > 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. extensions 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... Ok, is this settled now? Anyone working a patch? regards, Lukas Kahwe Smith mls@pooteeweet.org