Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39617 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14593 invoked from network); 4 Aug 2008 10:19:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Aug 2008 10:19:48 -0000 Authentication-Results: pb1.pair.com header.from=david.zuelke@bitextender.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=david.zuelke@bitextender.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain bitextender.com designates 80.237.132.12 as permitted sender) X-PHP-List-Original-Sender: david.zuelke@bitextender.com X-Host-Fingerprint: 80.237.132.12 wp005.webpack.hosteurope.de Received: from [80.237.132.12] ([80.237.132.12:58905] helo=wp005.webpack.hosteurope.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/2D-46562-3C7D6984 for ; Mon, 04 Aug 2008 06:19:48 -0400 Received: from munich.bitxtender.net ([85.183.90.3] helo=[10.224.254.2]); authenticated by wp005.webpack.hosteurope.de running ExIM using esmtpsa (TLSv1:RC4-SHA:128) id 1KPxAF-0007su-5E; Mon, 04 Aug 2008 12:19:43 +0200 To: Marcus Boerger In-Reply-To: <147844133.20080804105816@marcus-boerger.de> X-Priority: 3 (Normal) 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> <4110342533.20080804104113@marcus-boerger.de> <71D8CF46-882A-4120-A4D7-B62646703120@pooteeweet.org> <147844133.20080804105816@marcus-boerger.de> Message-ID: <363FA8FF-FECF-438C-BCD3-EBDF2B388C99@bitextender.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Date: Mon, 4 Aug 2008 12:19:42 +0200 Cc: Lukas Kahwe Smith , Stefan Priebsch , Hannes Magnusson , Dmitry Stogov , X-Mailer: Apple Mail (2.926) X-bounce-key: webpack.hosteurope.de;david.zuelke@bitextender.com;1217845188;b2680426; Subject: Re: [PHP-DEV] Inconsistencies in 5.3 From: david.zuelke@bitextender.com (=?ISO-8859-1?Q?David_Z=FClke?=) Am 04.08.2008 um 10:58 schrieb Marcus Boerger: > Hello Lukas, > > Monday, August 4, 2008, 10:49:43 AM, you wrote: > >> its not an edge optimization .. like i said its "common practice" in >> many PHP frameworks. this way they can more easily develop the code, >> while not having to suffer the drawbacks from a lot of disk I/O from >> files that need to be loaded in every request anyways. > >> and those frameworks are the main users of namespaces, because they >> pull in libs from all sorts of libraries, add plugins etc. > > In that case lets have curly braces at least to be consistent with > the rest > of the language as every other grouping statement has curly braces. +1 David