Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43548 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72906 invoked from network); 30 Mar 2009 23:56:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Mar 2009 23:56:49 -0000 Authentication-Results: pb1.pair.com header.from=paul.biggar@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=paul.biggar@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.44.28 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: paul.biggar@gmail.com X-Host-Fingerprint: 74.125.44.28 yx-out-2324.google.com Received: from [74.125.44.28] ([74.125.44.28:58586] helo=yx-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 15/06-40239-04C51D94 for ; Mon, 30 Mar 2009 18:56:48 -0500 Received: by yx-out-2324.google.com with SMTP id 3so1472687yxj.83 for ; Mon, 30 Mar 2009 16:56:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=z99YIPsUwNx05M+Blr49cq5/1t2NwiyOi//PmnGxJuo=; b=Wovl5JzNl0f2JWeqjq93BVoUYPIAI7K94ncM1rvQmRWtVBTBy+9OqHTfZLjO/iW5dk 4+uL+oZU+yTdimMdYycNkGeLEO57yljdRbxb4tHn/dTz0pgQGBuaEODTkAXEi0qQ46FI Htq/7PV4oKwgBYnPjwpOjAVHoO3FzD5RoS4a0= 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=c7K67HFg2zvebM2Bdgs7E9v84115hRzrzi373o4jy3BcweTgd0hXtcq+64pa8s+Jup j5rzK4KeNfP+2ne/dAtiJMD6WfdzAO4Qv7W3k1EnOhyuwx9dJtcDkv7ZZm4gzeOb/uh+ CsLpxRAMImGmmnwm5byyF+uD7ChgmHcZvgbA8= MIME-Version: 1.0 In-Reply-To: <9A4A884C-CB5D-4CEF-8D23-9CD353E5F725@pooteeweet.org> 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> Date: Tue, 31 Mar 2009 00:56:20 +0100 Received: by 10.231.19.198 with SMTP id c6mr1217544ibb.46.1238457400186; Mon, 30 Mar 2009 16:56:40 -0700 (PDT) Message-ID: To: Lukas Kahwe Smith Cc: Andrei Zmievski , Christian Schneider , PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Reserved namespaces From: paul.biggar@gmail.com (Paul Biggar) On Tue, Mar 31, 2009 at 12:28 AM, Lukas Kahwe Smith wrote: > If nobody proposes something, this will just slide by .. It seems simple enough to add a note on the manual page reserving the use of some namespaces: PHP (even if we never use it, best no-one else does) internals (ditto) SPL (reserved for SPL) PEAR (reserved for PEAR) PECL (reserved for PECL) Though we could add a simple check to the parser, I see no real need if we make this list conspicuous enough. Once the users have been warned, we are in a better position to administer their kick to the nuts. Paul -- Paul Biggar paul.biggar@gmail.com