Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41774 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77805 invoked from network); 8 Nov 2008 15:06:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Nov 2008 15:06:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 74.125.46.28 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 74.125.46.28 yw-out-2324.google.com Received: from [74.125.46.28] ([74.125.46.28:34256] helo=yw-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/74-51173-11BA5194 for ; Sat, 08 Nov 2008 10:06:57 -0500 Received: by yw-out-2324.google.com with SMTP id 5so658233ywb.83 for ; Sat, 08 Nov 2008 07:06:54 -0800 (PST) Received: by 10.65.35.20 with SMTP id n20mr5087162qbj.73.1226156814274; Sat, 08 Nov 2008 07:06:54 -0800 (PST) Received: from ?192.168.0.106? ([76.84.4.101]) by mx.google.com with ESMTPS id p30sm7781495qbp.14.2008.11.08.07.06.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 08 Nov 2008 07:06:53 -0800 (PST) Message-ID: <4915AB2C.2060904@chiaraquartet.net> Date: Sat, 08 Nov 2008 09:07:24 -0600 User-Agent: Thunderbird 2.0.0.17 (X11/20080925) MIME-Version: 1.0 To: Steph Fox CC: Stan Vassilev | FM , internals Mailing List References: <4914AFCA.40307@chiaraquartet.net> <4914B8F2.1000407@chiaraquartet.net> <00eb01c941ab$43ce5ae0$3ffc1f3e@foxbox> In-Reply-To: <00eb01c941ab$43ce5ae0$3ffc1f3e@foxbox> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [PATCH] bracketed namespace declarations From: greg@chiaraquartet.net (Gregory Beaver) Steph Fox wrote: > Hey Greg, > >> Remember, the patch I'm proposing would only be necessary for people >> using un-namespaced code combined with namespaced code (already a bad >> idea) *and* scattering "use" statements throughout the global code. > > If it's 'already a bad idea', why support it? Many people want this support, and it is only a bad idea if the code is designed this way. If you are simply combining several files together, it is a necessary feature. Greg