Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49126 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34254 invoked from network); 23 Jul 2010 09:45:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jul 2010 09:45:10 -0000 Received: from [127.0.0.1] ([127.0.0.1:22645]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 29/92-16143-6A4694C4 for ; Fri, 23 Jul 2010 05:45:10 -0400 X-Host-Fingerprint: 82.135.34.202 host-82-135-34-202.customer.m-online.net Received: from [82.135.34.202] ([82.135.34.202:4722] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/72-16143-272694C4 for ; Fri, 23 Jul 2010 05:35:46 -0400 Message-ID: To: internals@lists.php.net Date: Fri, 23 Jul 2010 11:35:44 +0200 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; de; rv:1.9.2.7) Gecko/20100713 Thunderbird/3.1.1 MIME-Version: 1.0 References: <94.D1.18391.196984C4@pb1.pair.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Posted-By: 82.135.34.202 Subject: Re: [PHP-DEV] closures and $this From: h.lapp@clipdealer.de (Harald Lapp) Am 23.07.10 06:05, schrieb Adam Harvey: > On 23 July 2010 03:05, Harald Lapp wrote: >> i would like to ask what's the state of $this (and 'self') in closures. >> there seems to be no news on this topic for several month now. php 5.3.3 was >> just released and still nothing has changed regarding this. so i would like >> to ask, for which php release a solution is planned. > > $this support in closures isn't intended to be included in the 5.3 > series — the result of the vote late last year was the "modified > proposal A" documented at > http://wiki.php.net/rfc/closures/object-extension, and that has been > implemented on trunk since April, so will be in the next major version > of PHP, whatever that's actually numbered as. > i understand -- i hoped for a more early release, but this are good news for me anyway. is there a good place for end-users to stay up-to-date on such topics? i'm looking at the php RFCs every ones in a while, but there was no update regarding closures/$this ... thanks for your help! harald