Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91304 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24192 invoked from network); 18 Feb 2016 23:47:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Feb 2016 23:47:24 -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.44 as permitted sender) X-PHP-List-Original-Sender: colinodell@gmail.com X-Host-Fingerprint: 209.85.218.44 mail-oi0-f44.google.com Received: from [209.85.218.44] ([209.85.218.44:34730] helo=mail-oi0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 17/76-27267-B0856C65 for ; Thu, 18 Feb 2016 18:47:23 -0500 Received: by mail-oi0-f44.google.com with SMTP id m82so1263444oif.1 for ; Thu, 18 Feb 2016 15:47:23 -0800 (PST) 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:content-type; bh=Usytex6ADQIPP21OqdKd/gmmSMrtvbXOpJkGE+o/xqc=; b=quZrPJw8OnpbX2CAb2kWcekCqIDma2toM+uVDYQh4KN8L2DYdRhnBxxkP5e5G9P4/n 2Do4mmhlWP43o9zg2vryHqwmYSgaXgwipeNbIC/R18B/MNd4h62vCPstPwBYq/TrD9Ab 2k3XVU6WozVB24DoyjYxDcUCz2H/xynmdvNxRNqORpjV7yN9FAQkZZvoEmXgKDqQSdqi jkflBVaLOMHGOgoKnFQMU2iKAy3RVBvyNlbH7pk8q7kk9FkvNk33Jw7jARlo5mbvFATz M9s7cZmDPB+uFogOmN7gryJBtIN9k9ddvGs32/DlOAUUUh3mm2hRBYqrI0/fWMlJQ1hJ EF0A== 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:content-type; bh=Usytex6ADQIPP21OqdKd/gmmSMrtvbXOpJkGE+o/xqc=; b=HQmPgYPYxv7Akf1xAOdcUTpY54qcBMxatnB3xR8YVuZXkSd0eZA/b43nE37UqLHmmE mzpHB7v49+L/2HdB8E9+GQMknSgwhhoOplI/oKvnlYPfCwXaUGsZzNRLECKV9+tgE071 PM1WkUo/pxG2F/2FkIVFwjASLPsfRYdw8iLXqwe8oQA7pr/aUGVwi/hUr9bI2EodrCSO hwnNtSuQLhsU70uh+Bz70/z7IodVNUHetvds47wqlv1AiP5Ru8698oU3lQujmC/25GXC 4C7zQsvc8017sxMUERhGZv6DwU58/PKSirZ5xrK2YU0m8R9foclzIc4GrJ0GvJa1CBt4 2O1g== X-Gm-Message-State: AG10YOTSp7UBPS3H2Bxl3zldJYH3Y4HEHjFjRtXvTamPAoglRsgFiF92o+zLVQQj+KdeIKeBFpMeyPvZa506ng== X-Received: by 10.202.235.85 with SMTP id j82mr8655770oih.38.1455839240055; Thu, 18 Feb 2016 15:47:20 -0800 (PST) MIME-Version: 1.0 References: <20.E2.62769.79C16C65@pb1.pair.com> <8B0196E0-D76C-49D4-904A-7FBA9B549AFB@zend.com> <56C6546A.3070603@gmail.com> In-Reply-To: <56C6546A.3070603@gmail.com> Date: Thu, 18 Feb 2016 23:47:10 +0000 Message-ID: To: Stanislav Malyshev , Zeev Suraski Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a113ced6ec0f45d052c13fc74 Subject: Re: [PHP-DEV] Re: [RFC Proposal] var keyword deprecation/removal From: colinodell@gmail.com ("Colin O'Dell") --001a113ced6ec0f45d052c13fc74 Content-Type: text/plain; charset=UTF-8 > > By the time of 8.0 nothing would be different from today. 8.0 is not > some magic number by which old code ceases to exist. > The usage of "var" may continue to decline as folks increasingly adopt the newer visibility keywords. Perhaps it's too early to make this decision and this discussion needs to be postponed for some time? I'm okay with that. But if/when the decision is made to remove it, doing so in a major release with ample warning seems to be the right approach, and 8.0 seems far enough way to be a potential candidate. I truly appreciate your thoughts and feedback. Thank you! Colin --001a113ced6ec0f45d052c13fc74--