Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40115 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27180 invoked from network); 28 Aug 2008 00:57:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Aug 2008 00:57:49 -0000 Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.44.30 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 74.125.44.30 yx-out-2324.google.com Received: from [74.125.44.30] ([74.125.44.30:63964] helo=yx-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A9/46-03720-C08F5B84 for ; Wed, 27 Aug 2008 20:57:48 -0400 Received: by yx-out-2324.google.com with SMTP id 3so75534yxj.83 for ; Wed, 27 Aug 2008 17:57:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=nOA07IhFnnoeySny+0dXNtqQvYsOmFbN/0lg31GhxHM=; b=JQ6Uv24iWVZpGYZG6X35ZzSfOBEa/XMLRVgNtdY6vD19cQ2hMuPCJiYM0eKGBo9IZ6 /xoJL/hZw2UkF9CNAwCZ+TOoVExIHTTyVYdHzcpfTAz8heiPVVNrQUqelwDoixLWPqIe VdahcOYQ1/oVo3s8th7H3gto3PtW07oXMDuAQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=vrZiRqrV4HT8Y6MGRojcomTQqKBskwpciNTS7WXn5A38bXq8hUzoij6bO4RdysCtSZ qgsxjP7s0JQpGv1aEZ6LcZrv1crTJhnsTKvYCFCwPsTo6d3J/EXE5A3lSOxEU+aEBI1i aSlb8xju0j027yJphMX+EIvYaIk4IP/Op1MjE= Received: by 10.150.144.9 with SMTP id r9mr1111080ybd.160.1219885065560; Wed, 27 Aug 2008 17:57:45 -0700 (PDT) Received: from ?192.168.1.2? ( [189.24.14.199]) by mx.google.com with ESMTPS id 5sm328174yxt.1.2008.08.27.17.57.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 27 Aug 2008 17:57:44 -0700 (PDT) To: Marcus Boerger Cc: Hannes Magnusson , Lukas Kahwe Smith , PHP Internals List , Johannes =?ISO-8859-1?Q?Schl=FCter?= In-Reply-To: <322434106.20080827234712@marcus-boerger.de> References: <64B4CECA-980F-4738-8B05-E7935741D7BB@pooteeweet.org> <7f3ed2c30808271132x7443ea3gc4df903a3a2c73ec@mail.gmail.com> <322434106.20080827234712@marcus-boerger.de> Content-Type: text/plain; charset=utf-8 Date: Wed, 27 Aug 2008 21:57:37 -0300 Message-ID: <1219885057.5961.13.camel@pena> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] alpha2 scheduled From: felipensp@gmail.com (Felipe Pena) Hello Marcus, Em Qua, 2008-08-27 às 23:47 +0200, Marcus Boerger escreveu: > Hello Hannes, > > Wednesday, August 27, 2008, 8:32:41 PM, you wrote: > > > On Tue, Aug 26, 2008 at 18:27, Lukas Kahwe Smith wrote: > >> - Curly braces support for namespaces (Marcus, not ready for alpha2) > > > Why not? I thought I saw a patch for this on the list recently (which > > allowed both the current namespace foo; and namespace foo {} > > syntaxes).. > > It was an incomplete patch that simply allowed the syntax but did not > prevent code between two namespaces. That my old patch prevent the code between namespaces, but it only allow the syntax using { }. Then, I've updated it, now it allows both ({}, ;) Well, maybe it can be useful... Results using the patch: