Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62066 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37987 invoked from network); 6 Aug 2012 13:25:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2012 13:25:20 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.170 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.160.170 mail-gh0-f170.google.com Received: from [209.85.160.170] ([209.85.160.170:58716] helo=mail-gh0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9D/1B-03102-EB5CF105 for ; Mon, 06 Aug 2012 09:25:19 -0400 Received: by ghbg24 with SMTP id g24so2103609ghb.29 for ; Mon, 06 Aug 2012 06:25:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=BGEImWer5kNIHu8IZNe5fJY62kIUZXw1yPqQ0mO57rQ=; b=KwpIqM4aD8ToI7a9YsXFKQyjjKxqVdV90UHO+RKHMrwOYwtL3fItB+DX/8nO8TYumW 3c4+quLflH4s42lYFPr9hh+ydbGn/y05GTKjf833FYt2VDXmFqO1VXODMeKGb7WnG+/6 gY0IVWAEHIKu/Fem/JiSmB9k+nPGDi8lMtLe+97IoL9G4sJEBJHeV1DBYNgclDLn2jah qca6svQ0OfcZqfo4gMuVYhxH03CaGVfbNd0Tua+rrNafsuj2CAY1UEqz27JjnT14zCO5 kI4kh0vfKNy20zLFAjehedd2OiNPE4cM6S0aXvx73ZMEaC7Awgbkh2Hlc1x4Ml2pGUF5 yRTA== Received: by 10.50.170.3 with SMTP id ai3mr5402102igc.9.1344259515469; Mon, 06 Aug 2012 06:25:15 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.64.23.74 with HTTP; Mon, 6 Aug 2012 06:24:35 -0700 (PDT) In-Reply-To: References: Date: Mon, 6 Aug 2012 15:24:35 +0200 X-Google-Sender-Auth: WDy7HKrIsr980vLCL45KVGsnYxs Message-ID: To: Etienne Kneuss Cc: Gustavo Lopes , "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC] Remove calls with incompatible Context From: jpauli@php.net (jpauli) On Sat, Aug 4, 2012 at 12:36 AM, Etienne Kneuss wrote: > On Mon, Jul 30, 2012 at 7:31 PM, Gustavo Lopes wrote: >> https://wiki.php.net/rfc/incompat_ctx >> >> An RFC for deprecating and removing $this from incompatible context. >> >> Comments are welcome. After several explanations with Etienne on static calls , then I see why my purpose is not very right :) So I +1 Gustavo's proposal which seem pretty in the right way things must be done IMO :) Thank you Julien