Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88549 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90165 invoked from network); 29 Sep 2015 14:54:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Sep 2015 14:54:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=pthreads@pthreads.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=pthreads@pthreads.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pthreads.org from 209.85.160.176 cause and error) X-PHP-List-Original-Sender: pthreads@pthreads.org X-Host-Fingerprint: 209.85.160.176 mail-yk0-f176.google.com Received: from [209.85.160.176] ([209.85.160.176:33014] helo=mail-yk0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 55/01-20099-C26AA065 for ; Tue, 29 Sep 2015 10:54:37 -0400 Received: by ykft14 with SMTP id t14so9285897ykf.0 for ; Tue, 29 Sep 2015 07:54:34 -0700 (PDT) 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:to:cc:content-type; bh=4FXUL2mS3ixhRZepfqVLDalCcOB9d/bO7iGExF6BqCE=; b=k0whSNHVZCS9PriwbyE74Xag4Jlv5RvHi+7u/qJJfVTwmvUzTqSPtdB8dpVa1FJoXT 5gKZ7DAP+mwpGaff5zC91BzdMwNZ2VpNKY/xVc0g/PL+t1UMqtp5hMUNv0xy6+EdjcjN aaK+ud2d31A7++LTU4zlXaeTEbKTurwc1Rr/nPUKZ89fSGiUiBWCp/LBL7Rv6Wu9spnR LKjYv9dpLkfdxo/oxp2ohuNQRtgLqN7gxvEvk0m3L0gaobLH7z3UvmHTLLwrhZO+ujwk oF6TusPZAaLGDI3GL/Ml+nG5QnPKD6U12HlMyh7NeAxG+jTI2XNVEK/t5LIOokt+l+jE 81xA== X-Gm-Message-State: ALoCoQkDPmaZwPTbKtb4eCZdThJwQoX+LUXrVfi8DOr5yawWAnpdXbDekdk0zbwAu9I4/UVOLIjP MIME-Version: 1.0 X-Received: by 10.170.228.193 with SMTP id u184mr22177383ykf.0.1443538474009; Tue, 29 Sep 2015 07:54:34 -0700 (PDT) Received: by 10.129.111.197 with HTTP; Tue, 29 Sep 2015 07:54:33 -0700 (PDT) X-Originating-IP: [165.120.223.197] In-Reply-To: <560AA546.2010100@php.net> References: <560AA546.2010100@php.net> Date: Tue, 29 Sep 2015 15:54:33 +0100 Message-ID: To: Michael Wallner Cc: Dan Ackroyd , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a1139bf42f6d0cc0520e3fd46 Subject: Re: [PHP-DEV] [RFC] [DISCUSSION]: Closure from callable From: pthreads@pthreads.org (Joe Watkins) --001a1139bf42f6d0cc0520e3fd46 Content-Type: text/plain; charset=UTF-8 +1 on the concept, I tried to argue it belongs in /Zend too ... still think it does ... On Tue, Sep 29, 2015 at 3:50 PM, Michael Wallner wrote: > 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a1139bf42f6d0cc0520e3fd46--