Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49123 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3179 invoked from network); 23 Jul 2010 04:05:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jul 2010 04:05:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=unknown Received-SPF: error (pb1.pair.com: domain adamharvey.name from 209.85.216.42 cause and error) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.216.42 mail-qw0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:60445] helo=mail-qw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/20-00804-505194C4 for ; Fri, 23 Jul 2010 00:05:27 -0400 Received: by qwb8 with SMTP id 8so3722455qwb.29 for ; Thu, 22 Jul 2010 21:05:21 -0700 (PDT) Received: by 10.224.36.209 with SMTP id u17mr2031881qad.225.1279857921215; Thu, 22 Jul 2010 21:05:21 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.229.216.8 with HTTP; Thu, 22 Jul 2010 21:05:01 -0700 (PDT) In-Reply-To: <94.D1.18391.196984C4@pb1.pair.com> References: <94.D1.18391.196984C4@pb1.pair.com> Date: Fri, 23 Jul 2010 12:05:01 +0800 X-Google-Sender-Auth: Iy6xKdu_QEtSIchex-DzldaUs4Q Message-ID: To: Harald Lapp Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] closures and $this From: aharvey@php.net (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 li= ke > 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 =E2=80=94 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. Adam