Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62633 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38250 invoked from network); 1 Sep 2012 16:02:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Sep 2012 16:02:44 -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.42 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:47834] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B6/13-17065-3A132405 for ; Sat, 01 Sep 2012 12:02:44 -0400 Received: by lahl5 with SMTP id l5so2896705lah.29 for ; Sat, 01 Sep 2012 09:02:40 -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=DwWAQOtuUFULu70oETXdu/wvsKbVxSB/swFLNYZ5S0Q=; b=QOuRlCg+ARcZFmtX6amBJcEsBFJsEg7x5/XSLjnbi91HMPMRR1WSrzRDvG0TVM7jGv NYVrJyULOokmy1FO1lrVdTaHWC2n2l1qPpUtQeuavvhjfVUWapM1e/RJhY6DngaP7O61 waN9jPmnkr3DJHCNmcTumpGIcVIVhjvk9YUJjEHxD8cWH1jtbju4OaF1CQKpwzqmgta/ bvnmfo+eE25k1FqwLpRVxwFTFq+rcA9LO0kqEk+mpWd/vvbAt79Oo+vxIgti1KxZqe4q SGQlZZ5Vus3jLXH/Nw2IhtFP+GlcPHfUzuYvAcnz9kZJ21GYBRLZT5WttF9w7AUM/U2H GLBg== MIME-Version: 1.0 Received: by 10.152.105.145 with SMTP id gm17mr9399692lab.55.1346515360790; Sat, 01 Sep 2012 09:02:40 -0700 (PDT) Received: by 10.152.108.145 with HTTP; Sat, 1 Sep 2012 09:02:40 -0700 (PDT) In-Reply-To: References: Date: Sat, 1 Sep 2012 18:02:40 +0200 Message-ID: To: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [VOTE] Generators From: nikita.ppv@gmail.com (Nikita Popov) On Sat, Aug 25, 2012 at 6:10 PM, Nikita Popov wrote: > Hi internals! > > I think the generators RFC has been discussed thoroughly enough by > now, so I opened the vote: > > https://wiki.php.net/rfc/generators#vote > > Thanks, > Nikita The vote ended with 24 in favor and one against. As such the RFC is accepted. If somebody could give me Zend karma I can merge the branch :) Nikita