Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91289 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97647 invoked from network); 18 Feb 2016 21:32:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Feb 2016 21:32:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.180 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.180 mail-pf0-f180.google.com Received: from [209.85.192.180] ([209.85.192.180:35094] helo=mail-pf0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A8/01-27267-65836C65 for ; Thu, 18 Feb 2016 16:32:07 -0500 Received: by mail-pf0-f180.google.com with SMTP id c10so39334021pfc.2 for ; Thu, 18 Feb 2016 13:32:06 -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-type:content-transfer-encoding; bh=y9LkU/lRSGibTXYN667rjpXL2K2r7fLozgG1Ip/kX1A=; b=yFieMRFq8auluCFZYjD+qM2By20YHeb0pT/gsb0fdqGCOx6JgggqWDZLgNNHJmqTS6 TPOiRHjV/ejW+l2GvL6oFo6qA4ZcGn+csbM9qZBF5StJeop5PviWJxZS3tP6ppv9QGse +GhKtpvR9Opo+pLGFHLEDwHX2CUdRUKXnuzCw7aDH4T8yB8FDNNmBbLes0oh0Ekfc+T9 h3KBkHcwWYbO6JermhCwjV/RIntkKDrayZ3u26eDyPGeRkIYWGJNvWP85diPV7gI7wNk 9NyYFK0dwdAkXG1qmp5Qcciq/prw7fgwucP8pKsJVO9gpSfgcBvUZQhK5GTCtS96lgBc mIoQ== 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-type :content-transfer-encoding; bh=y9LkU/lRSGibTXYN667rjpXL2K2r7fLozgG1Ip/kX1A=; b=LkTKGI5DebvX2L9qZbIxFKJDvxXFdxtkJpTAGpwAvfr9Nygye0de5kPD1lAuxmGZIA BrekLc2UFngVs5MsC/qx9NhSqwqTa9YJs81oDiPYsdApJ6rsMJu7u3N9/Kni51TnhXpX bHBwHLZ3pfyFGa6n+AEEHD7gq4NX7qxfjc4JzWy1u03jZcLAUI1iNfpl6kvVJPovrccI NSFHkTm4jbG2TUknpNoWkqxvah4qQk4oZReMJdySK8LxmG16mIefwUcOgvpnQg3LXP6K RE7NFxqTK8PUml9po+LHOyWAI/NTunplWZKwanO8VC2Rk+IDhQIUzXVMjSNVVWKDHuX9 5cmw== X-Gm-Message-State: AG10YORDZbao5RIdMuarSkxF9g7zUUWW++IAL3okJ9/qW4f3eXrG/doRatkjG9MYQEsQ+g== X-Received: by 10.98.79.9 with SMTP id d9mr13364375pfb.46.1455831124388; Thu, 18 Feb 2016 13:32:04 -0800 (PST) Received: from Stas-Air.local (tan1.corp.wikimedia.org. [198.73.209.1]) by smtp.gmail.com with ESMTPSA id d8sm12486312pas.14.2016.02.18.13.32.03 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 18 Feb 2016 13:32:03 -0800 (PST) To: Colin O'Dell , internals@lists.php.net References: Message-ID: <56C63852.3060803@gmail.com> Date: Thu, 18 Feb 2016 13:32:02 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC Proposal] var keyword deprecation/removal From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > I'd like to propose an RFC to deprecate and eventually remove the "var" > keyword. Don't see much point - it is the same as public and doesn't hurt anyone. Removing it does not improve any code in any way, just makes it harder to upgrade. -- Stas Malyshev smalyshev@gmail.com