Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39643 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61396 invoked from network); 4 Aug 2008 20:45:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2008 20:45:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=cellog@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=cellog@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 208.83.222.18 as permitted sender) X-PHP-List-Original-Sender: cellog@php.net X-Host-Fingerprint: 208.83.222.18 unknown Linux 2.6 Received: from [208.83.222.18] ([208.83.222.18:33291] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/C6-22351-D5A67984 for ; Mon, 04 Aug 2008 16:45:17 -0400 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id 18613A0D9DB; Mon, 4 Aug 2008 13:45:15 -0700 (MST) Received: from [192.168.2.4] (ool-4576734c.dyn.optonline.net [69.118.115.76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id 3159591E0A7; Mon, 4 Aug 2008 13:45:13 -0700 (MST) Message-ID: <48976A4C.4070105@php.net> Date: Mon, 04 Aug 2008 16:45:00 -0400 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Hannes Magnusson CC: Lukas Kahwe Smith , Stefan Priebsch , Dmitry Stogov , Marcus Boerger , internals@lists.php.net References: <909776579.20080803142659@marcus-boerger.de> <4896A7C4.8090503@zend.com> <7f3ed2c30808040055r377369d0l86f7c39cea7d94b2@mail.gmail.com> <4896BDB3.7000003@e-novative.de> <99710BD7-2224-4AA2-B2DD-1B6A4A5C0DA8@pooteeweet.org> <7f3ed2c30808040136q23abb589te9d5e1762cfc075e@mail.gmail.com> In-Reply-To: <7f3ed2c30808040136q23abb589te9d5e1762cfc075e@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] Inconsistencies in 5.3 From: cellog@php.net (Greg Beaver) Hannes Magnusson wrote: > On Mon, Aug 4, 2008 at 10:32, Lukas Kahwe Smith wrote: >> On 04.08.2008, at 10:28, Stefan Priebsch wrote: >> >>> Hannes Magnusson schrieb: >>>> I don't think anyone but him likes multiple namespaces per file. I do >>>> remember a PhD thesis sized mail from him explaining why multiple >>>> namespaces per file was needed though (can hardly believe anyone read >>>> the whole thing..). >>> In some deployment processes, multiple PHP files are merged together into >>> one file. Symfony, for example, does this, at least optionally. >> >> Right, this is common practice to reduce disk I/O without having to make >> development too hard. Also that way people can pick and choose what they >> want to include (like not all drivers of a DBAL). > > Fair enough. > Then lets keep the name "namespace" and use curly braces. I said it before, and I'll say it again, I am fine with this approach, especially with Dmitry's (old) proposed syntax allowing namespace-less code within namespace {}: Greg