Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36653 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33065 invoked from network); 28 Mar 2008 15:07:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Mar 2008 15:07:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.162.178 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: 209.85.162.178 el-out-1112.google.com Received: from [209.85.162.178] ([209.85.162.178:61163] helo=el-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1F/23-25926-5040DE74 for ; Fri, 28 Mar 2008 09:43:17 -0500 Received: by el-out-1112.google.com with SMTP id z25so118061ele.0 for ; Fri, 28 Mar 2008 07:43:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; 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=Lsm9zQHBL+OC3SGAVGRbriPtL3XjFnlCgt2zz7x/Xs0=; b=NxM5zyM3HqwUjrAeMbgZ8cmuGvaElFSl6sGSr8cBqtheIYVMndfaKruCHV3PQZVLcQ5tpacclXmu41PUEtTX686iiKGB6HJxh5i5AZzTfLfPKBx27U57oSpv+z/O/KRjK5ldIaXovEaSu4GEvpiTJv4sdIYzqt95mimknhGNekw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=FeINhTpig5K2fWVYRRBJh+EAwDbOwwi8nJr9bz2K2/lY9wXgYwqSp1L7QeimO5rh1H7c97Ic7esG/f1Ufr+1dqg/PIwVkIgI87TwVy0NATP0D5p/x8bXkLxirftbDX/e1FzTIxdoZn/zYmETn+Kzfj6O84jieCqln5gr9ChGf3A= Received: by 10.114.194.1 with SMTP id r1mr3876194waf.40.1206715393935; Fri, 28 Mar 2008 07:43:13 -0700 (PDT) Received: from ?10.0.18.8? ( [157.86.206.62]) by mx.google.com with ESMTPS id b45sm141514hsa.10.2008.03.28.07.42.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 28 Mar 2008 07:43:06 -0700 (PDT) To: Hannes Magnusson Cc: Johannes =?ISO-8859-1?Q?Schl=FCter?= , internals@lists.php.net In-Reply-To: <7f3ed2c30803280458w5190d57ahffa8d3c5d5035e16@mail.gmail.com> References: <1206536686.5423.13.camel@felipe> <1206574472.11056.29.camel@goldfinger> <46ccd1ab0803261922q1640cec9g2bba8b9f6386a6cd@mail.gmail.com> <7f3ed2c30803280458w5190d57ahffa8d3c5d5035e16@mail.gmail.com> Content-Type: text/plain; charset=utf-8 Date: Fri, 28 Mar 2008 11:42:47 -0300 Message-ID: <1206715367.5334.0.camel@felipe> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Re: Backporting to 5_3 From: felipensp@gmail.com (Felipe Pena) Em Sex, 2008-03-28 às 12:58 +0100, Hannes Magnusson escreveu: > On Thu, Mar 27, 2008 at 3:22 AM, Felipe Pena wrote: > > 2008/3/26, Johannes Schlüter : > > > > > > - Added "jump label" operator (limited "goto"). (Dmitry, Sara) > > > > > > > > > No objection, while it adds yet another keyword. > > > > > > > Patch: > > - http://felipe.ath.cx/diff/goto.diff > > > > Patch full (with re2c regenerated files): > > - http://felipe.ath.cx/diff/goto-with-re2c.diff > > This should definitely go into 5_3, please commit. > > -Hannes Commited! -- Regards, Felipe Pena.