Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77389 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35385 invoked from network); 20 Sep 2014 16:51:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Sep 2014 16:51:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.178 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.212.178 mail-wi0-f178.google.com Received: from [209.85.212.178] ([209.85.212.178:55100] helo=mail-wi0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/07-24334-090BD145 for ; Sat, 20 Sep 2014 12:51:29 -0400 Received: by mail-wi0-f178.google.com with SMTP id z2so960481wiv.5 for ; Sat, 20 Sep 2014 09:51:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=jZXFrahcv08n0lpZe4tHYzoSES/PUMo7Xh/KS5BPrPs=; b=MnUH6yhvBu6aGmDU/+7ISZaP5KpXKxdhthYUQDmUDm/QwRtTJjU55NMUY9VJ5aXjUB w6QMRw9IhCZI1WMGjzGRzJVS49brwG03CvPYbVRjn+eXkW/nlugWbwmGtP5+S8LP2TSY Cp/PFfRbuiIqHabpOuHBaC8XoF3pwnJViM5IbbdLL7ALVbC3qyDsMpExz4SbsdVgy00b J0xJuQMa7yW8bvIqht77sL4wiKFtLFZvtDe4aOcFmspkHHza8WMaS+iGLEhOfA4s+FO0 DQk/2w9QRg+cEg2L7ENkl/vHznifYOYd6tS9ncyKVz+HKM/p4P3QeD9DxIRZs7uFS6lJ cQuA== MIME-Version: 1.0 X-Received: by 10.180.10.38 with SMTP id f6mr4250131wib.30.1411231885531; Sat, 20 Sep 2014 09:51:25 -0700 (PDT) Received: by 10.217.55.195 with HTTP; Sat, 20 Sep 2014 09:51:25 -0700 (PDT) In-Reply-To: References: Date: Sat, 20 Sep 2014 17:51:25 +0100 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [RFC] Loop... or... From: leight@gmail.com (Leigh) Updated RFC to include information about templating engines often emulating this behaviour for ease-of-use. Changed target version to be specifically PHP 7, so that it's clear that changes target the AST based compiler. (If there's ever a 5.next, we can consider that at the time)