Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41653 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63777 invoked from network); 4 Nov 2008 17:37:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Nov 2008 17:37:17 -0000 X-Host-Fingerprint: 64.8.134.189 unknown Received: from [64.8.134.189] ([64.8.134.189:25513] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/7A-15458-C4880194 for ; Tue, 04 Nov 2008 12:37:17 -0500 Message-ID: <29.7A.15458.C4880194@pb1.pair.com> To: internals@lists.php.net Date: Tue, 04 Nov 2008 11:37:12 -0600 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 64.8.134.189 Subject: Namespace Resolution From: rpanning@gmail.com (Ryan Panning) First, I want to say thanks for determining the best separator. Even though it's not what everyone would like, it's what would work best. Second, sorry for starting a new thread. To me, continuing the resolution discussion in the "namespace separator and whining" isn't the correct place. Third, moderating this list may help the developers keep the noise down but user-land people, like myself, need to have some input too. Not sure if this was proposed yet but what about a "trial period" where if a person shows that they don't "over-post" they get un-moderated. Finally, down to business. What I would like to see is that any call not prefixed with a direct namespace or not "used" at the top, be considered a global request. This forces users to either define what they are going to "use" or directly define what namespace is requested. Ex: methodB(); func_c(); ?>