Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38595 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1460 invoked from network); 24 Jun 2008 17:44:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jun 2008 17:44:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:55520] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8E/67-17106-17231684 for ; Tue, 24 Jun 2008 13:44:18 -0400 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id 60E411EBC016; Tue, 24 Jun 2008 17:46:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pChLm9Et6lzB; Tue, 24 Jun 2008 19:46:42 +0200 (CEST) Received: from [10.207.78.16] (unknown [194.230.154.79]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id B76B91EBC014; Tue, 24 Jun 2008 19:46:35 +0200 (CEST) Cc: "Christian Seiler" , "php-dev List" Message-ID: <712E816C-41B1-4CF8-87F3-FE1D1B77DA22@pooteeweet.org> To: "Wez Furlong" In-Reply-To: <4e89b4260806240955g76e1ada9k3f5cbf6ca2059ef@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v924) Date: Tue, 24 Jun 2008 19:43:15 +0200 References: <4856A547.3080801@gmx.net> <4e89b4260806240955g76e1ada9k3f5cbf6ca2059ef@mail.gmail.com> X-Mailer: Apple Mail (2.924) Subject: Re: [PHP-DEV] [PATCH] [RFC] Closures and lambda functions in PHP From: mls@pooteeweet.org (Lukas Kahwe Smith) On 24.06.2008, at 18:55, Wez Furlong wrote: > I'm +1 for inclusion of this into the next release of PHP (post 5.3), > and like Andrei, would love there to be a first class callable type > for dynamic invocation of "regular" functions and methods. Just a side note about the timing. I know some people have argued that this should go into 5.3 since it could be the last PHP 5 minor release. I am very sure we will see a 5.4. There is also the traits patch that is more or less ready (well Andi/Marcus still need to make up their mind how if at all the current implementation needs to be expanded). regards, Lukas Kahwe Smith mls@pooteeweet.org