Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91619 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 10458 invoked from network); 10 Mar 2016 17:16:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Mar 2016 17:16:41 -0000 Authentication-Results: pb1.pair.com header.from=colinodell@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=colinodell@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.171 as permitted sender) X-PHP-List-Original-Sender: colinodell@gmail.com X-Host-Fingerprint: 209.85.214.171 mail-ob0-f171.google.com Received: from [209.85.214.171] ([209.85.214.171:33130] helo=mail-ob0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/34-18364-8FBA1E65 for ; Thu, 10 Mar 2016 12:16:40 -0500 Received: by mail-ob0-f171.google.com with SMTP id fz5so87621637obc.0 for ; Thu, 10 Mar 2016 09:16:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=Mk5HIN+4SzifKI77SvCzWSHCmQQRSBdt+bTzZk40Nr4=; b=sP6h74W5uuTf3rthzLMHxPcrVEncI8skfRxt8HpI4QcAZJttV65Q8wa5p1Z1u+MsEF Y2PcbvKLjHHelTo0V7LKzYeewT0lYErxBKK+bRCDS87bbujjBWAJbGzDOcW+jNeJrcKu 9V3xCGE0auGDF8CDaYYdtBgQhTHSpE1t2ERCJHgWxgqhCboCI5zXDR9bj9c9FJ25JBxZ XHi0rGpEWCOnPMQmiPHE3+xefxHGO2twwY6BvEgZaKUR0z6wuQ7MhTzHQ7/S5gxNaF8d yCnD0EJkT0kaiqvyWZenM7Zf6xtN9gehbjP3Y1jjEDfj4Mw5T1uYX/qikLj4YATbCVp4 eKag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=Mk5HIN+4SzifKI77SvCzWSHCmQQRSBdt+bTzZk40Nr4=; b=ChGnA1f0Yi5TJJ8SilX6LO9xggBv/MKQZMpnveJOtOaTX2CLHlr1XhP32sJr6INaaC JWjDvZFscqf+yxbw9Q4CrTGS8118bKVfZKrw4Eqo80SvQlFOW0fQN0Y1rzrc2Rm7mQHh tz05xeuPkmPkd/SgoUgNckShxKDF19DKjUeUVV6ygECTF3uh6C4VW0XviigdCqh+CE1v t9Y/2ntEgLL1tPe6YO7bBhp/+wjSjtmfQfYl/8WbSQz6cDJnk1c1wCG3XCmK7mfYafdD fpjZ9+nJTzSFLIY6U96EkFipwSIfg6JGxfU4vGf+AEdK+9w2foWRYs+xMcI6586kOKIl Blvw== X-Gm-Message-State: AD7BkJJ6tzgX3EWPjaXg7pUkHIkAg1gECNostsota3rVVsDXykLHO3Tyl/4Y8Y6pWEugS58qnGzybuDHzmf5qw== X-Received: by 10.182.33.166 with SMTP id s6mr2804791obi.30.1457630197942; Thu, 10 Mar 2016 09:16:37 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 10 Mar 2016 17:16:28 +0000 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=001a11c2de1c298e94052db4fa4c Subject: Re: [RFC Discussion] "var" Deprecation From: colinodell@gmail.com ("Colin O'Dell") --001a11c2de1c298e94052db4fa4c Content-Type: text/plain; charset=UTF-8 My apologies, I posted the wrong discussion link. Here's the correct one: http://markmail.org/message/wn3ykdwgplfctho7 Colin On Thu, Mar 10, 2016 at 12:14 PM Colin O'Dell wrote: > 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 > > 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 > > Regards, > > Colin O'Dell > --001a11c2de1c298e94052db4fa4c--