Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91637 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4268 invoked from network); 11 Mar 2016 16:28:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Mar 2016 16:28:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=tpunt@hotmail.co.uk; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tpunt@hotmail.co.uk; sender-id=pass Received-SPF: pass (pb1.pair.com: domain hotmail.co.uk designates 157.55.2.101 as permitted sender) X-PHP-List-Original-Sender: tpunt@hotmail.co.uk X-Host-Fingerprint: 157.55.2.101 dub004-omc4s26.hotmail.com Received: from [157.55.2.101] ([157.55.2.101:58967] helo=DUB004-OMC4S26.hotmail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 40/D0-00836-342F2E65 for ; Fri, 11 Mar 2016 11:28:52 -0500 Received: from DUB129-W66 ([157.55.2.71]) by DUB004-OMC4S26.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Fri, 11 Mar 2016 08:28:49 -0800 X-TMN: [9zKIW+AkzQHQxQ9x9HBSsw6UmGPgwGT60Pe4D2AudWk=] X-Originating-Email: [tpunt@hotmail.co.uk] Message-ID: To: Colin O'Dell , PHP Internals Date: Fri, 11 Mar 2016 16:28:48 +0000 Importance: Normal In-Reply-To: References: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 11 Mar 2016 16:28:49.0223 (UTC) FILETIME=[1763BD70:01D17BB3] Subject: RE: [PHP-DEV] [RFC Discussion] "var" Deprecation From: tpunt@hotmail.co.uk (Thomas Punt) Hi!=0A= =0A= > Hello all=2C=0A= >=0A= > I have completed my initial draft of the RFC to deprecate "var" in favor = of=0A= > "public": https://wiki.php.net/rfc/var_deprecation=0A= >=0A= > I would greatly appreciate any feedback on this RFC=2C especially with th= e=0A= > following:=0A= >=0A= > - Ensuring that all major arguments for & against have been documented.= =0A= > - Any impact this may have on SAPIs=2C extensions=2C or the opcache.=0A= > - Any assistance or guidance on creating the patch (I've never written C = or=0A= > worked with the core codebase before).=0A= =0A= I'm still on the fence about this=2C but here's a patch for it:=0A= https://github.com/php/php-src/compare/master...tpunt:deprecate-var=0A= =0A= Thanks=2C=0A= Tom =