Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64416 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82112 invoked from network); 23 Dec 2012 23:49:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Dec 2012 23:49:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.43 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.215.43 mail-la0-f43.google.com Received: from [209.85.215.43] ([209.85.215.43:61637] helo=mail-la0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D2/74-32426-D8897D05 for ; Sun, 23 Dec 2012 18:49:33 -0500 Received: by mail-la0-f43.google.com with SMTP id z14so7762328lag.2 for ; Sun, 23 Dec 2012 15:49:30 -0800 (PST) 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 :cc:content-type; bh=ialAjC8Vxd1U9DVYf+FtKGFa8ZWAmWeGbPDE6+czIAs=; b=V1QeNDRf9UBRfoGP+3JYC3TJNicMawY1/9b5IyPzhsT3Tm649cUBGusrlqTyZgKhKG i1h/Nld+IV9O4IT+20T2+btKp5eJMymsBET32mNlv8zK1syKWC+0j6oYBtvfrn1hUyOK BsidTr3cvnFSRdijPhOHnSfuP+WR9+6c93SBBBYjoV5hsAyJt6k9su1UOPAN2+n/fGPA MlRBW2BboZdYpFY24+yiWbitxle/op+CZJuM6jyGRPM1YRpW9zU2sgrrMd5zBi7hmhb6 QEVDeO5+2oDNBYq/HTKC1wA8DmarLmVfitJHlaheqaTUwIvMMNKA7+TyVhF2EFaOdu2R WJ7A== MIME-Version: 1.0 Received: by 10.152.162.1 with SMTP id xw1mr18867038lab.3.1356306570337; Sun, 23 Dec 2012 15:49:30 -0800 (PST) Received: by 10.112.4.168 with HTTP; Sun, 23 Dec 2012 15:49:30 -0800 (PST) In-Reply-To: <50D4DE37.2080101@oracle.com> References: <50CF969D.8090707@sugarcrm.com> <50D4DE37.2080101@oracle.com> Date: Mon, 24 Dec 2012 00:49:30 +0100 Message-ID: To: Christopher Jones Cc: PHP internals Content-Type: multipart/alternative; boundary=f46d042ef4a554df0a04d18dbb4c Subject: Re: [PHP-DEV] Adding Generator::throw() From: nikita.ppv@gmail.com (Nikita Popov) --f46d042ef4a554df0a04d18dbb4c Content-Type: text/plain; charset=ISO-8859-1 On Fri, Dec 21, 2012 at 11:09 PM, Christopher Jones < christopher.jones@oracle.com> wrote: > > > On 12/21/2012 06:54 AM, Nikita Popov wrote: > >> If there are no further objections I'll commit this tomorrow. >> >> Nikita >> > > This feature needs documenting in Generator RFC before it is committed. > > The RFC will be referenced by people new to the feature and so it > should have a complete list of changes. > > Thanks, > > Chris > Committed in https://github.com/php/php-src/commit/be7b0bc3ec02e4f223920ee6397f9c4993eb7df5 . I also adjusted the RFC to list this :) Nikita --f46d042ef4a554df0a04d18dbb4c--