Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91618 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8824 invoked from network); 10 Mar 2016 17:15:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Mar 2016 17:15:04 -0000 Authentication-Results: pb1.pair.com smtp.mail=colinodell@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=colinodell@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.178 as permitted sender) X-PHP-List-Original-Sender: colinodell@gmail.com X-Host-Fingerprint: 209.85.214.178 mail-ob0-f178.google.com Received: from [209.85.214.178] ([209.85.214.178:34936] helo=mail-ob0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/E3-18364-69BA1E65 for ; Thu, 10 Mar 2016 12:15:02 -0500 Received: by mail-ob0-f178.google.com with SMTP id fp4so87344534obb.2 for ; Thu, 10 Mar 2016 09:15:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=RYkYsDUsAxxNe6bbpG6TRZ9MRovJPpclzk7Vx/ThOC4=; b=WegqwvFiB+kY/jGjgCse9DD9tW5OUotRhZ5Yx3Mbsh/09AJ6r4xvbIT+awbAIg5QLx UVK8a5PBRwXRpiBz2VjcjbFD49VNqg8V8xuR0DkdPixdeUKOGehMd+1LTa7L2d5dfLt/ zBUrFrGlC1hE6vctuHh0vCvnesxbsmDlkrB3ouDV3SmXY9Zon8mWrjyDEjrJYEu6IDiS aup+Codlojk981D2gP15aoFY3P7U9C+byJ/4fNpZcD6DamLD/RRxb9yHhH43hy94t16e 7YSPabhXcfp7gZ7uv9r23uKTk6iC2mt2G4joM6GPwQpijKr38nuyoKwwT+lgv/2TUSL9 KMng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=RYkYsDUsAxxNe6bbpG6TRZ9MRovJPpclzk7Vx/ThOC4=; b=SyBOi5dej9DdukkawpJx9XuIML+OiybHICU+10YneLWTCvWYmwptaDwhSxiJ+pd8A4 4aUasjxOBHJFpX4UcusNAralS5YgVplW9Boo2ptnbIIP77uzqDADtkehxo6xJL+mSz1A KYrvTUanG1pVK3+KHhRqyTWUPMQmv82sLTrHfKtgnsk5GFrAHz5VsfPE7qvTy5VL7Lcf AZH1LRNejxFQ8R3dEtwwyOst8Hv+ZP25/Q0vh8bjQpjfHh+KYMd722XMSCGndWsqqD3U zd0xD4LiWxb3Q9N3faAMHvw5KOOIi6bTE9V37Lfr1TVLFQtPibwxQfw3EYNx8UpGvtW8 YISQ== X-Gm-Message-State: AD7BkJLXOLb+5g7BkMB+UWcdaPbqjE0OBoclZC6c29X6lvwLNwWhd3JCrFy8mM3ufSG8X/gCzNmESR1uf5v8lQ== X-Received: by 10.60.82.229 with SMTP id l5mr2766192oey.6.1457630099303; Thu, 10 Mar 2016 09:14:59 -0800 (PST) MIME-Version: 1.0 Date: Thu, 10 Mar 2016 17:14:49 +0000 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=047d7b6725dc48738a052db4f400 Subject: [RFC Discussion] "var" Deprecation From: colinodell@gmail.com ("Colin O'Dell") --047d7b6725dc48738a052db4f400 Content-Type: text/plain; charset=UTF-8 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 --047d7b6725dc48738a052db4f400--