Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:92070 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37156 invoked from network); 2 Apr 2016 18:44:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Apr 2016 18:44:34 -0000 Authentication-Results: pb1.pair.com header.from=bjorn.x.larsson@telia.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=bjorn.x.larsson@telia.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain telia.com from 81.236.60.155 cause and error) X-PHP-List-Original-Sender: bjorn.x.larsson@telia.com X-Host-Fingerprint: 81.236.60.155 v-smtpout2.han.skanova.net Received: from [81.236.60.155] ([81.236.60.155:39238] helo=v-smtpout2.han.skanova.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 58/73-29546-11310075 for ; Sat, 02 Apr 2016 13:44:33 -0500 Received: from [192.168.7.7] ([195.198.188.252]) by cmsmtp with SMTP id mQX8ateUAGabYmQX8aUafw; Sat, 02 Apr 2016 20:44:30 +0200 To: Colin O'Dell References: <56F51D85.9000505@gmx.de> Cc: PHP Internals Message-ID: <57001314.9070800@telia.com> Date: Sat, 2 Apr 2016 20:44:36 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfIjBO5uP3/vFNwqh4UYDKM9w4lSNUOkGGIAuX191e/bXc0NbE8umUK7pq9MPre29A0bZ1JxiuCSylvvDACoYbYeCrXDaSX/16eOWAndrH87ZMW6QOA6F z0HCwTzAa6NA1G2ryAtYdnVP/anLzwv2xn4N6Hp/AGJOJRCDNBZjHuBr7swMIQV3qhEx/uTBCq6uzG2O0FMUGRyr3pXbvrPb0/Y1dpW1msF9bM5rKKoM8Xt2 Subject: Re: [PHP-DEV] [VOTE] var deprecation From: bjorn.x.larsson@telia.com (=?UTF-8?Q?Bj=c3=b6rn_Larsson?=) Hi, Thanks for a well specified RFc and I got a nifty script to update my old PHP 5.2 code :-) Regards //Björn Larsson Den 2016-03-31 kl. 14:41, skrev Colin O'Dell: > The voting period for the "var deprecation" RFC has ended. The final vote > was 31 in favor and 23 against. The 2/3 majority requirement was not met > and therefore this RFC has been DECLINED. > > https://wiki.php.net/rfc/var_deprecation#vote > > I'd like to thank everyone who participated in the discussions, and a > special thanks to Thomas Punt for helping to create the proposed patch. > > Regards, > > Colin O'Dell > > On Fri, Mar 25, 2016 at 7:14 AM Christoph Becker wrote: > >> On 25.03.2016 at 08:12, Dmitry Stogov wrote: >> >>> Java is going to add "var" (http://openjdk.java.net/jeps/286), we are >> going to remove... >> >> If this JEP is going to pass, "var" will be allowed to replace (local) >> *type declarations*. In PHP "var" is an alternative *visibility >> specification*. That's something quite different. >> >> -- >> Christoph M. Becker >> >>