Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61968 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37567 invoked from network); 2 Aug 2012 16:13:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Aug 2012 16:13:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=glopes@nebm.ist.utl.pt; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=glopes@nebm.ist.utl.pt; sender-id=unknown Received-SPF: error (pb1.pair.com: domain nebm.ist.utl.pt from 193.136.128.22 cause and error) X-PHP-List-Original-Sender: glopes@nebm.ist.utl.pt X-Host-Fingerprint: 193.136.128.22 smtp2.ist.utl.pt Linux 2.6 Received: from [193.136.128.22] ([193.136.128.22:52514] helo=smtp2.ist.utl.pt) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/E8-21438-427AA105 for ; Thu, 02 Aug 2012 12:13:25 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp2.ist.utl.pt (Postfix) with ESMTP id 5180A70003E0; Thu, 2 Aug 2012 17:13:21 +0100 (WEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at ist.utl.pt Received: from smtp2.ist.utl.pt ([127.0.0.1]) by localhost (smtp2.ist.utl.pt [127.0.0.1]) (amavisd-new, port 10025) with LMTP id 0xVNgXrZgY4B; Thu, 2 Aug 2012 17:13:21 +0100 (WEST) Received: from nebm.ist.utl.pt (unknown [IPv6:2001:690:2100:4::58:1]) by smtp2.ist.utl.pt (Postfix) with ESMTP id 0A0FC70003D5; Thu, 2 Aug 2012 17:13:20 +0100 (WEST) Received: from localhost ([127.0.0.1] helo=nebm.ist.utl.pt) by nebm.ist.utl.pt with esmtp (Exim 4.72) (envelope-from ) id 1Swy1Y-0007h4-Tu; Thu, 02 Aug 2012 17:13:20 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 02 Aug 2012 18:13:20 +0200 To: Christopher Jones Cc: Organization: =?UTF-8?Q?N=C3=BAcleo_de_Engenharia_Biom=C3=A9dica_do_Insti?= =?UTF-8?Q?tuto_Superior_T=C3=A9cnico?= In-Reply-To: <50171EDD.6080400@oracle.com> References: <1343675518.12438.84.camel@inspiron> <50171EDD.6080400@oracle.com> Message-ID: X-Sender: glopes@nebm.ist.utl.pt User-Agent: RoundCube Webmail/0.8-rc Subject: Re: [PHP-DEV] [RFC] Remove calls with incompatible Context From: glopes@nebm.ist.utl.pt (Gustavo Lopes) Em 2012-07-31 1:55, Christopher Jones escreveu: > On 07/30/2012 01:32 PM, Gustavo Lopes wrote: > >> 3. There are other low-cost alternatives, namely the obvious one: >> pass the object via an extra parameter instead of operating on $this >> directly and unconditionally. This is really easy to do. > > This kind of thing should be mentioned in the RFC. > I've now added this information to the RFC: https://wiki.php.net/rfc/incompat_ctx#alternatives -- Gustavo Lopes