Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91620 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12539 invoked from network); 10 Mar 2016 17:27:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Mar 2016 17:27:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.41 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.41 mail-wm0-f41.google.com Received: from [74.125.82.41] ([74.125.82.41:32896] helo=mail-wm0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/94-18364-18EA1E65 for ; Thu, 10 Mar 2016 12:27:30 -0500 Received: by mail-wm0-f41.google.com with SMTP id l68so38074368wml.0 for ; Thu, 10 Mar 2016 09:27:29 -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=XNxb/9ePIoI6jPchUW7xzfW2qrPNHvZR7RmLGlrnKg4=; b=VX1NpT04LPLF5OyIMJGkldgtIL/2FC7408Ldec0RNz5QHIfYpJL0Bfx9IKZOdDonC/ 1tGMarp8Qzq2MsFV0pTv2hxxZi+iiqnEyseOCisvzPdj6zgrG6cs8Vacex8Lnk58vEd9 leC11ZsLdUTsADxX1oYmqx+awkpya33nAI9/9XCBqF/JbL3a4ehLkK3FODVmLCUhhdjC VfNwJwQQ5A1m2PNhYEPf/7eK0fL+dCrrxCYbQZ9YdNB/7IRCf8MPBO3ErHH9GJyHoh06 ac25Gj5GgEcy0r5TVeaoKHMVvTRphzHppvaw6an3N4u3AiJ4b/MtujyTkTzKJmep6spn vAgQ== 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=XNxb/9ePIoI6jPchUW7xzfW2qrPNHvZR7RmLGlrnKg4=; b=bBoi64DS74+I84jBIk43uFJbxBpGPQceiWoDcja/CUKkOeezabMRY1e1zllIWJchOR L8MVyB9VUgHSIniiMTLCZ+JAXAxXCiAgZ1NFXN+oAThvXtgg6LlrDiImqq3kzFK5V8lm h9VWt2EkI5Ovc588PhnnQkxlIBLMJj1zjVI3ltwYOnZnjqDzcvLrTTSj6QweSlsCH7ad +w6yQ0eDnnyfoAbEfaC8NEaxjxvEhXKGYmoN2wSllO0AnJqz4JOanaxWIV/0zGk1/OMd OOFYAfiPqmfEdUFjv/duKHnnDf1D7ILiuA+uc7ZYTZm1QYTOTJu6Y3Kp+/bTSsbqYpxv 0lgQ== X-Gm-Message-State: AD7BkJItRvLT1R+1619oO0hAm18cgAMTzFKhlC4IcDBehJcO72hGRCTlGEJWoeeRQJGk1w== X-Received: by 10.28.19.130 with SMTP id 124mr5481757wmt.2.1457630846938; Thu, 10 Mar 2016 09:27:26 -0800 (PST) Received: from [192.168.0.152] ([93.188.182.58]) by smtp.googlemail.com with ESMTPSA id 3sm4506921wmp.14.2016.03.10.09.27.25 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 10 Mar 2016 09:27:26 -0800 (PST) To: internals@lists.php.net References: Message-ID: <56E1AE39.60400@gmail.com> Date: Thu, 10 Mar 2016 17:26:17 +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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC Discussion] "var" Deprecation From: rowan.collins@gmail.com (Rowan Collins) Colin O'Dell wrote on 10/03/2016 17:14: > Hello all, > > I have completed my initial draft of the RFC to deprecate "var" in favor of > "public": https://wiki.php.net/rfc/var_deprecation > Hi Colin, Thanks for a very thorough RFC, particularly in clearly expressing the arguments for and against, based on the pre-draft discussion. I remain not-quite-convinced that the benefits outweigh the costs, but don't feel very strongly; I'm kind of "-0.5" on this (and don't have an actual vote anyway). Regards, -- Rowan Collins [IMSoP]