Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62116 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99491 invoked from network); 11 Aug 2012 13:43:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Aug 2012 13:43:05 -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:43482] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EF/92-00812-66166205 for ; Sat, 11 Aug 2012 09:43:03 -0400 Received: by lahl5 with SMTP id l5so1367271lah.29 for ; Sat, 11 Aug 2012 06:43:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ASVVZn8+g5s38WkmPNkVgtPsMEU5VjJsMw7QJVwLri4=; b=wWuXJayG7raL0C5mbpp9JL0hRPZP65QM/PnhC+O7GO0+2LA5NhtGLvQ1tcdvLUF6am sXFZ1m+OARx0lDQp1dkNV/6kd2J4fbjn8qyLxJvVkfA+8gV/9umPijBBocwcM1lK5SYJ //mLuIL/UvJx4gPieILM6fUx9wT6wbc1xmuuvVfEq8lq0ZqQv96ZZYRqoIpV170hAe5S cyTs65+8CVMcy8IywvQfIEFZktVhij1hMe6AGoIhNyUV/E9L9C3TIbZXA8SuFDg5uVY/ yHCmLi63N04gAXUPjzXQF3MI0fz1R8E1D6HG6Rzzpv1qwbNzBFwlvmB+ksjBwF6GTJF0 RRtQ== MIME-Version: 1.0 Received: by 10.152.105.173 with SMTP id gn13mr6137872lab.20.1344692579985; Sat, 11 Aug 2012 06:42:59 -0700 (PDT) Received: by 10.152.114.70 with HTTP; Sat, 11 Aug 2012 06:42:59 -0700 (PDT) Date: Sat, 11 Aug 2012 15:42:59 +0200 Message-ID: To: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: [RFC] Generators From: nikita.ppv@gmail.com (Nikita Popov) Hi internals! I think there already was a lot of discussion on the generators, so it's time to move to the next step. I'd like to vote on the feature in two weeks, so this the "announce[ment] on internals@, by the author, with the intention of voting on it". https://wiki.php.net/rfc/generators If you have any further feedback, now would be a good time to raise it. If there is something you previously posted, but which I didn't yet address, please let me know. There were around 150 mails and I sure missed some of them. Thanks, Nikita