Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88548 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88677 invoked from network); 29 Sep 2015 14:50:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Sep 2015 14:50:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.170 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.212.170 mail-wi0-f170.google.com Received: from [209.85.212.170] ([209.85.212.170:34987] helo=mail-wi0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FD/A0-20099-B45AA065 for ; Tue, 29 Sep 2015 10:50:52 -0400 Received: by wicge5 with SMTP id ge5so154293234wic.0 for ; Tue, 29 Sep 2015 07:50:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=KRG1ng3wW7xtLIFbWgvmlTy0+GZhjRSj+E0PG5KDNsw=; b=fhsl4hv6tojzDbFpZhfGdEg7GQmExpIJJk/ZxqwSe2Ue+Uya6kOBGtiNEaYqzWPo1I cz7SThocju+PsyjjS7FXwlTWqBQw+UbOziuCCjbGMkb8ppcp7C9O0dEDsTyPHPoFFiNY SEHXgbm2tocsWsTIlls5oL3tEW754JngCpoV9wv+/rKQ1J+9FuGYB/q8MvgCJtF8bvRx INHBD+Karn3qbHzOt9Gemd5Jb4z7v/whNCvfJzTT6/7sLKeDZRqm1rnGvHqyaqFb1/Hg 257Nj2pU6kgxxSyTcrvCnrupOStFTxfSflWltUq+nAxPMfHS8lXR1kOC8GbXViVKgzvz JlYQ== X-Received: by 10.180.210.162 with SMTP id mv2mr23910826wic.47.1443538248398; Tue, 29 Sep 2015 07:50:48 -0700 (PDT) Received: from [192.168.2.120] (89-104-28-113.customer.bnet.at. [89.104.28.113]) by smtp.googlemail.com with ESMTPSA id w1sm24308586wjz.37.2015.09.29.07.50.47 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 29 Sep 2015 07:50:47 -0700 (PDT) Sender: Michael Wallner To: Dan Ackroyd , "internals@lists.php.net" References: Message-ID: <560AA546.2010100@php.net> Date: Tue, 29 Sep 2015 16:50:46 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] [DISCUSSION]: Closure from callable From: mike@php.net (Michael Wallner) On 29/09/15 16:23, Dan Ackroyd wrote: > Hello internals, > > I'd like to start a discussion of a proposal to allow closures to be > created in user-land without having to use a whole lot of reflection > code. > > https://wiki.php.net/rfc/closurefromcallable > > Thanks to Joe and Bob for the assistance in the patch. +1, I'm not sure it belongs into ext/reflection, though? -- Regards, Mike