Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91889 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92419 invoked from network); 24 Mar 2016 12:40:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Mar 2016 12:40:16 -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.218.48 as permitted sender) X-PHP-List-Original-Sender: colinodell@gmail.com X-Host-Fingerprint: 209.85.218.48 mail-oi0-f48.google.com Received: from [209.85.218.48] ([209.85.218.48:36731] helo=mail-oi0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F3/C6-36618-F20E3F65 for ; Thu, 24 Mar 2016 07:40:15 -0500 Received: by mail-oi0-f48.google.com with SMTP id r187so58810226oih.3 for ; Thu, 24 Mar 2016 05:40:15 -0700 (PDT) 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=DpldbtvL57KjgdeyZqeEWWAfxEozG6T7MJFlzJEpzCg=; b=p6nKDMp5ffELeFZz1JY9t9dkRx5xtF6rm0dB81m/bucssiKnJuHJ2e+MTfdwqvEp8o PtRN3zkBOW9G1j4AWO7UWBhB1KA3rlwFbCr80wI08leGM2Sa8I116hzPjTM50wkUhOaf raO4YQA5MuJujd8NNQPLenVphrcCO+o6fVF6GcMWM4ZZfyqwxIHjPwqjopJQmwu63eaN 7KiF54W2Qw0+dL/lGYKcvppwzkQV0nYpwfyoExGtFf5Rpi8MuftvbJtHt8GwxMA3YlQt CEwfOS7bts8tyeYST5sWSjssaqRd6cVnEJQN2FzeOI0lVNVgyCUEpwD5C1mnq5hxl6xc hYwg== 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=DpldbtvL57KjgdeyZqeEWWAfxEozG6T7MJFlzJEpzCg=; b=KI5GmIHKcET54CwtIVoYziTVFthw1Uufy5Zyci8qNGYG+0H4DrIMSP8e7FmPxxPNt6 MiVOIzrkzfO7LGT+nJkl3d2EsSSEGfbfUqwQwuCaYspaWWBFMilaN/d0ooYyKfzgf7KX h9zUpBH+nSMrVIGVe0BMYnjvfKwnymw2nEBwuDPy5kySoo1BZzoAyQjhK84KLfAkFk8m 7wQ1LuQJm2rcao9V1YG9lvyXnjssncFFHqmT3qfCCehdO/Wl7rgjearm5LCGHpD4iSuA Ay/iIxbPWwhWxJaVXxzz+Y/jqpb0jhIS92HnT+23XWhxTcNyb/zYObmwAEIOPBAto7Nq oFvg== X-Gm-Message-State: AD7BkJKexBMMJ8fmrCZwwWMshMwLtaqiZnGkIQfdoPJpSmF47o7R3p4uuz2o+1xjM0YIQovtDn+i89C8asBWAw== X-Received: by 10.202.222.5 with SMTP id v5mr4071427oig.82.1458823213025; Thu, 24 Mar 2016 05:40:13 -0700 (PDT) MIME-Version: 1.0 Date: Thu, 24 Mar 2016 12:40:03 +0000 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=001a113ce7a86710b6052ecabf1c Subject: [VOTE] var deprecation From: colinodell@gmail.com ("Colin O'Dell") --001a113ce7a86710b6052ecabf1c Content-Type: text/plain; charset=UTF-8 Hello everyone, It has been two weeks since discussion started on the RFC to deprecate and eventually remove the "var" keyword (and one month since the idea was originally proposed). This RFC has therefore been moved to the "In Voting" state. Voting will begin immediately and will end in one week. You can find the full RFC (including the proposed patch and automatic upgrade tool) here: https://wiki.php.net/rfc/var_deprecation I encourage everyone to read the RFC and cast your vote towards whichever option you feel is the best for the language and the community. Regards, Colin O'Dell --001a113ce7a86710b6052ecabf1c--