Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91623 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28288 invoked from network); 10 Mar 2016 20:38:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Mar 2016 20:38:26 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.51 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.51 mail-wm0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:37752] helo=mail-wm0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BD/07-18364-14BD1E65 for ; Thu, 10 Mar 2016 15:38:26 -0500 Received: by mail-wm0-f51.google.com with SMTP id p65so3036720wmp.0 for ; Thu, 10 Mar 2016 12:38:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=c8jKN5Ncy6LIAwBQZI9q/vBPmByMOy3IH9e4EjM4gzw=; b=e3l4dkYDyUUmGZGCmfGSaYF+m0yLa8F+u7Suk51mWjhDncoVi7saZMsXzv1GS5fcGu pcHVAmVDsXeydlmaH+6v6f/N2Fc6ObcF4DwH6LL0yHZDGVnkvlSGJKFn6MIDGys0nQSO v8DQfRtj6V5kSdDAQ/rF+GwCDiexlVK0o6tZ1pLv/d0wFnms8D1sQOEuNmjA+Pedp2PW GzaALniCDJb2V3YVe7EaqdU90r4mh2f153DhUijVqoCREqdqrkqGOWzbaNQD5NV2QSP+ EA+g6qLrDuHJlcMkSxBX+46mFunxoKE71P909B/vJMisQvS0gyCXB2MBLJIjHlDBo8y0 p/YQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=c8jKN5Ncy6LIAwBQZI9q/vBPmByMOy3IH9e4EjM4gzw=; b=ayHxJy+7zSTYBvp+G371Dz5iggIYnoYqrb4OIG4L1zkYq7XFB7W1zyREfDRZR/HNQR lKlwfHMwy8/IRI8vznJvVd/6sL6uJq/ZX7HQCUtFJNSavkPom7HdChR6RfzgjefHPGrn +zpoBDxQeFgi2mTFS3WkO+80C8FD/CgOZo8hzK5HjDe9Xqu3yGBVPZ5Iq4n1btraaYfg juRLHf+sVskwbolDK4h5OdDKLXqy9kglhL6vWNxwfOHATLr59c8LcJuAwqRqbboO+RW8 XS0wTXYjgq/2yBefn3AOHLgtkQSFMn0cgPsQasFAwsAU2/lmdUIHz4Q58fiN/9rCfHDU /mmA== X-Gm-Message-State: AD7BkJKujGKzX+m5LwoK3IQMq4Gry1RJQE44c9rbobM65SZW9j0cBz7PKSUG5d5kZ/9/GA== X-Received: by 10.28.104.131 with SMTP id d125mr217359wmc.99.1457642301818; Thu, 10 Mar 2016 12:38:21 -0800 (PST) Received: from [192.168.1.189] ([2.27.88.132]) by smtp.googlemail.com with ESMTPSA id r62sm253904wmd.15.2016.03.10.12.38.20 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 10 Mar 2016 12:38:21 -0800 (PST) To: internals@lists.php.net References: <56E1D6C5.3040002@lsces.co.uk> Message-ID: <56E1DB37.5080009@gmail.com> Date: Thu, 10 Mar 2016 20:38:15 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <56E1D6C5.3040002@lsces.co.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [RFC Discussion] "var" Deprecation From: rowan.collins@gmail.com (Rowan Collins) On 10/03/2016 20:19, Lester Caine wrote: > I have no problem with code needing to be > updated, it's the unnecessary pressure that it has to be done now when > there is no gain currently from spending that time. To be clear, the pressure added by this deprecation would be to do it "sometime in the next few years", which is quite a mild pressure. But in general, I agree with your sentiment that there is effort involved that could be spent elsewhere. Regards, -- Rowan Collins [IMSoP]