Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93699 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15313 invoked from network); 1 Jun 2016 21:26:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jun 2016 21:26:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.213.50 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.213.50 mail-vk0-f50.google.com Received: from [209.85.213.50] ([209.85.213.50:34003] helo=mail-vk0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/F8-63812-6035F475 for ; Wed, 01 Jun 2016 17:26:31 -0400 Received: by mail-vk0-f50.google.com with SMTP id c189so45811445vkb.1 for ; Wed, 01 Jun 2016 14:26:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc; bh=Ti/7UE5CsP/QKVvla7FQmET5TdID4CP0vEtjHiwGIGc=; b=icKsdtdXmFy/0ZqzFO/YS4BO6EhUMSZIuLBv01t6xEq+tByBhhZW3LdavMG97I1+q4 VgjlVsxx+FGtdDkRJO/15tukBug038vY5o+HFcPp/Bh7ht9Vtv5HRijqPgYNJ3S1uzM9 0TV4NL14/xI+yU/9YXiOYXjlF2VvJ3Utap1Sn9yRtddoCzS4SSKS04SIy8yA1JxfDR19 W8ezg3ge5dEJXwjuDTKide6jRjIz3fKyHBp93zVVeoPXMkQkE0ZxcJ7XIQmdELAUusGF a16qTQ18kBUeXV+CegyVq+Vc0bn+JQPTqwu9qjgv1IIIG68iDnKPuHLUm6DtTBPCX9BE vOqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:cc; bh=Ti/7UE5CsP/QKVvla7FQmET5TdID4CP0vEtjHiwGIGc=; b=kTB5Fptzza8dhb3wMt2FunvtQOn4qWFiWlpAiHUiE8IqYMM5SRcxEy8GObNc1oZ6n+ gzErQTvh2ohDYq8oo03nyV7YkwjV10mloHlx1gRPLjaeQYcgACqCU1mDdQSgJU+Q7Zea g3UBX6wNrZ2//ML2wWYqgyCV7e5+KOvGTHLNuoRbNf3XBltJXY5fj3f2SvfVhu9h+Oz2 IsQxUYcNupdJJBSX2GV+1wbJNK5sPDLpZYvXUjOX6ksFRdsqZJAOj9zFhk3ijCP+2eik d1KCis508rkrZMVVNLo4yteQMsAGn1kDHOOxF3r/TnrKf/zLoAwC8blArtQALZsq+M0P uxmw== X-Gm-Message-State: ALyK8tJtjDl34eSrFojPd7docvBdXS3KndnF1JFK2uKluVMKWBBr+QCN+YugECHakM1ATJo78EuIQLgynOLQDw== MIME-Version: 1.0 X-Received: by 10.159.33.175 with SMTP id 44mr1398686uac.56.1464816387901; Wed, 01 Jun 2016 14:26:27 -0700 (PDT) Received: by 10.176.0.174 with HTTP; Wed, 1 Jun 2016 14:26:27 -0700 (PDT) X-Originating-IP: [89.240.54.182] In-Reply-To: <44BB42FB-4991-4531-827D-AF6A97B2675B@gmail.com> References: <44BB42FB-4991-4531-827D-AF6A97B2675B@gmail.com> Date: Wed, 1 Jun 2016 22:26:27 +0100 Message-ID: Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC][VOTE] Closure from callable From: danack@basereality.com (Dan Ackroyd) > On 15 May 2016, at 20:29, Dan Ackroyd wrote: > Hello, > > I've opened the voting for the Closure from callable RFC - > https://wiki.php.net/rfc/closurefromcallable Voting was closed, the RFC has passed 40-0. Thanks again to Bob, for helping with (aka doing most of) the code. cheers Dan