Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36641 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69680 invoked from network); 28 Mar 2008 11:58:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Mar 2008 11:58:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.162.176 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.162.176 el-out-1112.google.com Received: from [209.85.162.176] ([209.85.162.176:12142] helo=el-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/18-25926-95DDCE74 for ; Fri, 28 Mar 2008 06:58:17 -0500 Received: by el-out-1112.google.com with SMTP id z25so42347ele.0 for ; Fri, 28 Mar 2008 04:58:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Wlpba8JA0GS7kYmcpq//kdsIn5bxcvDbatl25e9oIuo=; b=TcKlLxh9EMadDbsbLO02WjEzosLd7BD0kIgw17sHsMoOd5mv8BOFDbnj2WM9Y7s5F83irizUsZ2hXFL6IakqeRu5Tkh2fw2E/xVCPKDKgCmGOfIHWtCslfCIjTBLSN6XxibZibmTUG3vDU1oQ7zJAXmGdrFGYhq2X3fG+uCwcqo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HhWktVKR3COuqRxlq7rKHoAm/sFS5lFcNt+SlvX7m/N9Ru+0BobGM94mBnlwRvpI/lAgA+6YgU6KjHO1eDq/VVywyccPmUVxNOz9uz8ap7m237QF/WNcZBDiFaym4ZYH2/J9gYRbWLCL+Je1zs9sNil67JSpxFCVMxTwlYmE+zA= Received: by 10.142.148.7 with SMTP id v7mr1952764wfd.218.1206705492954; Fri, 28 Mar 2008 04:58:12 -0700 (PDT) Received: by 10.142.170.21 with HTTP; Fri, 28 Mar 2008 04:58:12 -0700 (PDT) Message-ID: <7f3ed2c30803280458w5190d57ahffa8d3c5d5035e16@mail.gmail.com> Date: Fri, 28 Mar 2008 12:58:12 +0100 To: "Felipe Pena" Cc: "=?ISO-8859-1?Q?Johannes_Schl=FCter?=" , internals@lists.php.net In-Reply-To: <46ccd1ab0803261922q1640cec9g2bba8b9f6386a6cd@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1206536686.5423.13.camel@felipe> <1206574472.11056.29.camel@goldfinger> <46ccd1ab0803261922q1640cec9g2bba8b9f6386a6cd@mail.gmail.com> Subject: Re: [PHP-DEV] Re: Backporting to 5_3 From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Thu, Mar 27, 2008 at 3:22 AM, Felipe Pena wrote: > 2008/3/26, Johannes Schl=FCter : > > > > - 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