Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:92045 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25097 invoked from network); 31 Mar 2016 12:41:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Mar 2016 12:41:44 -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.179 as permitted sender) X-PHP-List-Original-Sender: colinodell@gmail.com X-Host-Fingerprint: 209.85.214.179 mail-ob0-f179.google.com Received: from [209.85.214.179] ([209.85.214.179:33000] helo=mail-ob0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 54/42-13629-50B1DF65 for ; Thu, 31 Mar 2016 07:41:42 -0500 Received: by mail-ob0-f179.google.com with SMTP id x3so96984934obt.0 for ; Thu, 31 Mar 2016 05:41:41 -0700 (PDT) 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 :cc; bh=KF4NGyNO2HYWb533zwoJtxkJ5VK2U7HyYXgNAMn6SLo=; b=PoK16hq5OM5tkF6AXwhd4uWrDzhX14gmY5N6Lzjl+TI8pMSPpdUEIXcmeRH+fE47KU Vi3DMlSFpPnNRn7FJyqec2udLKU+XLb1b9k51zwpiVIFTYHiPvEECsAjHU8YmQLCmWJ9 Oigi4mdJkOU9R9jwqFTJJ1PdGxOKnXiuBXlemeas0hlArHTV5JR6ATwUb1Pq5a0FojLa YYjBHX3YMGgF96jRXvjM+DHwb+UZMKiRWTtUHRFb/U8uwxnoonozac5B7DKcFYXVykmB ryzwWGsvoVNIv2ehgDP0aOFC6GBJPmr+cS6h00YX4Dx95EULhtsmT4tjGD/DVIa+sXkp 5ErQ== 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:cc; bh=KF4NGyNO2HYWb533zwoJtxkJ5VK2U7HyYXgNAMn6SLo=; b=lh8AvA0yAhuQnPlo2vtrUNyGJLgkBBtV5ShhdLQipCbDF8O20gTtXHI7ZUxBKeYgGq wDzvsWDMzY07C9G9El+yqdeZrwWrz7iRok1LY4jiyX0xP+Ut1bipKiB5h1mN0eEHIwNJ 8/1LvU22/Unp+VpTVFEwLkFdZm64YcGDDY6b/6Xu+GBAF4fXs2Nz0R0RTtJNI7aoAosn EbRnl8IXjD3qXfygBFhe6pXAROZngDjcX2Tn730b2PySHLFN0VD27qSZcpcLWfVdo4Sr jp5RfuhtjoO8CsIVJx8MD+AlCbFYovF1svHrqNjlGXwhcWdw/6vbbi4OdIuQurmVMZ8f 6rAA== X-Gm-Message-State: AD7BkJJYcAYp6nb870qhW4U9UNvBfEzBvpboPXdDBo2qwypeMyM+5uYDDTX0SjuWE0gvP9idHiA7Zl2tUVS2uQ== X-Received: by 10.182.143.67 with SMTP id sc3mr8419487obb.2.1459428098674; Thu, 31 Mar 2016 05:41:38 -0700 (PDT) MIME-Version: 1.0 References: <56F51D85.9000505@gmx.de> In-Reply-To: <56F51D85.9000505@gmx.de> Date: Thu, 31 Mar 2016 12:41:29 +0000 Message-ID: To: Christoph Becker , Dmitry Stogov , Mutlu Kocak Cc: PHP Internals Content-Type: multipart/alternative; boundary=e89a8ff253fa659801052f57958f Subject: Re: [PHP-DEV] [VOTE] var deprecation From: colinodell@gmail.com ("Colin O'Dell") --e89a8ff253fa659801052f57958f Content-Type: text/plain; charset=UTF-8 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 > > --e89a8ff253fa659801052f57958f--