Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55826 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36089 invoked from network); 16 Oct 2011 21:59:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Oct 2011 21:59:49 -0000 Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.44 as permitted sender) X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 209.85.210.44 mail-pz0-f44.google.com Received: from [209.85.210.44] ([209.85.210.44:61975] helo=mail-pz0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/C9-07463-FC35B9E4 for ; Sun, 16 Oct 2011 17:59:46 -0400 Received: by pzk4 with SMTP id 4so13076759pzk.3 for ; Sun, 16 Oct 2011 14:59:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=48Zg5s5MPFNrQiRUn36PAQn4IMztWUy9ahdnljK/mmI=; b=HaqzQcP9vw8WO2Di4CSEMBnk4As8V+pYuxW/+sHx1khUHmL0CDvvc+n/fYcmgqkbiC vJTmotPKUagmvVqUuhNAVjq6vFrQcvMg4RV97Y1aNYLFUnDNNtKntMI2CVjZU0LUd6JA JOOEOBRCx7l3Imo5NTb93CFWefW9eCy+kRGS8= Received: by 10.68.30.5 with SMTP id o5mr9122432pbh.9.1318802378086; Sun, 16 Oct 2011 14:59:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.105.14 with HTTP; Sun, 16 Oct 2011 14:59:17 -0700 (PDT) In-Reply-To: References: <90.D3.01713.97CB4FC4@pb1.pair.com> Date: Sun, 16 Oct 2011 19:59:17 -0200 Message-ID: To: Ferenc Kovacs Cc: Michael Wallner , internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [RFC] new foo()->bar() From: felipensp@gmail.com (Felipe Pena) Hi, 2011/10/7 Ferenc Kovacs : > On Tue, Nov 30, 2010 at 9:57 AM, Michael Wallner wrote: >> On 11/26/2010 08:36 PM, Felipe Pena wrote: >>> >>> Hi all, >> >> ... >>> >>> Other examples which describes the feature at >>> http://wiki.php.net/rfc/instance-method-call >>> >>> Thoughts? >> >> +1 >> >> Finally. > > it seems that it didn't made it to the trunk/5.4. > is there anything holding things back? I think Dmitry mentioned > checking for memleaks and such, but I didn't remember seeing anybody > really against the idea. > There is no memleak from what I've tested. I only haven't a way to prevent the 1 shift/reduce conflict added by the patch, which seems harmless for our grammar though. -- Regards, Felipe Pena