Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91624 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36498 invoked from network); 10 Mar 2016 22:57:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Mar 2016 22:57:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.52 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.213.52 mail-vk0-f52.google.com Received: from [209.85.213.52] ([209.85.213.52:35021] helo=mail-vk0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/18-18364-8DBF1E65 for ; Thu, 10 Mar 2016 17:57:30 -0500 Received: by mail-vk0-f52.google.com with SMTP id e6so114471143vkh.2 for ; Thu, 10 Mar 2016 14:57:28 -0800 (PST) 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:message-id :subject:to:cc; bh=0itzJUjPD3NbLZsH328J1LKbm6VPXPdyB+FpGT4iGLY=; b=otXZTxbcuAiwOQ9a3VpnIavr3mcvZhmtS76GiDnfZ8H5c67CA18Ynvyyi/XJ8ZmX1W DA10IWNzMKvQ5H/7d48ZjPb/oghcQK6xk/XKy+Qv6C0HEgbx6jM+BCN9Tn+FUnpZG2TL dB0dk5zCc7g/G9x4qFbT/zlYGls/bUro0bK/BX5+z3Md+tv4+LsvHHk1NKdY0G4VoWSX h081tj5+EGQge2LczZovIQzpXuB6chsg5YczokDt7sDu5L37nLozczaf+t6Rp2acZj0I K3mIqZlox1VBzHCRp6Y2gjfUGT1bWncIwvZicH77NLEUkfJ94LoRs+8BcKQhLrN/GNYh UUOg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=0itzJUjPD3NbLZsH328J1LKbm6VPXPdyB+FpGT4iGLY=; b=IocBxcn3XOO2kwBI2/SSVrSZD+6PLLp0lWsT/8o9dYkdaHkPRQFXV6gBeWqevUE5hq zMuRwLuTetdHwWqO5XO7hSRh0AlO+bZha3Etzw/q6wBOgLTYvhaotJPTlEHtJUSVDEOp Gm3CS8PgNLBxb5MU0SRdR6cufNUVeMkVePZf90/mBtfJJDl7FTeRXzGfkxXdYikJiwRC AxypqBVXatSPm8QUbY5cH3jZ9VbJlxQvdQWl6caQeGgLcilbK9KFQAlwi3XbyLwyEo8X Il2nmqq5cNbSl80M/NUMsla44cmmUcE/4IH3NHiVkATRDO3oHDuIA7s/2immFoft+Cls jGDg== X-Gm-Message-State: AD7BkJIkvledfxeHtmDizBYX+pRzaXrz7awTDK8SXDMGWWfvvacY9wDTQZTDjGcv8JXy9RvORfHtHvjlnjZBBQ== X-Received: by 10.31.168.76 with SMTP id r73mr6283693vke.117.1457650645559; Thu, 10 Mar 2016 14:57:25 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.159.35.77 with HTTP; Thu, 10 Mar 2016 14:56:46 -0800 (PST) In-Reply-To: References: Date: Fri, 11 Mar 2016 07:56:46 +0900 X-Google-Sender-Auth: PL7Y-vOMXJTL4Ag142tQUb91ExM Message-ID: To: "Colin O'Dell" Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC Discussion] "var" Deprecation From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi! On Fri, Mar 11, 2016 at 2:14 AM, Colin O'Dell wrote: > I have completed my initial draft of the RFC to deprecate "var" in favor of > "public": https://wiki.php.net/rfc/var_deprecation > > I would greatly appreciate any feedback on this RFC, especially with the > following: > > - Ensuring that all major arguments for & against have been documented. > - Any impact this may have on SAPIs, extensions, or the opcache. > - Any assistance or guidance on creating the patch (I've never written C or > worked with the core codebase before). > > If you'd like to read the pre-draft discussion it can be found here: > https://wiki.php.net/rfc/mailing_list_discussion I'm 0 for this RFC, but providing upgrading script https://gist.github.com/colinodell/5fb5e5d474674f294a38 is good approach for this kind of changes! It works perfectly. Good luck! Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net