Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91293 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5610 invoked from network); 18 Feb 2016 22:36:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Feb 2016 22:36:49 -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.218.43 as permitted sender) X-PHP-List-Original-Sender: colinodell@gmail.com X-Host-Fingerprint: 209.85.218.43 mail-oi0-f43.google.com Received: from [209.85.218.43] ([209.85.218.43:34881] helo=mail-oi0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CB/82-27267-08746C65 for ; Thu, 18 Feb 2016 17:36:49 -0500 Received: by mail-oi0-f43.google.com with SMTP id x21so213313oix.2 for ; Thu, 18 Feb 2016 14:36:48 -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 :content-type; bh=f31V9EqFDTMTOHvhPw2nUOlid7CUttn+XB/AR0xRzQg=; b=uHynOh5qKn3hZnKZ4+kiscNygxa9vFi/T+BkH/OPE/4tonsoho6oNDhqdubVtGpIBv npoWTml/agMdKWS+TZY2/mmd4j7dgJ++WfYY/0uAsGRwvh5MVggVfL8myyxEQXiq0DEB 1WxbWmhDSe5lXl5N0VczGHXocB7MER0O+9W9qVhJb8ibZieCdeDACEL6K6NhVSe+ZWDP u416nT6sPQx3uK5kxCDKEDGh65/I0Mmf8SyN+TriEswC6cAQFNp+4aI/BneO3R19n3DB s7YDbIn10g4KiMg8OfFWIhy5FYah8gCDPmFy5O6DwkNI3xIbAajTSPRQeNhf0nakqisY Bvww== 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:content-type; bh=f31V9EqFDTMTOHvhPw2nUOlid7CUttn+XB/AR0xRzQg=; b=lCsuse21jfqdOR02Jc80mjYS6puzJtSE5/TahPRrE7g8KQb0Xhx3rSY1bbgI8Cc/ST CkFwDdQzvAKDKHObaL2b8QWZ/Pg6QGC1kLUuFVuhRdr7UF2QI9311WUux8KoB3cIOTxe XV4fJFxUk0IxTXMRpbac/YY69IBjCFS8ZALI1dhkkWTgF70toFLNQkRbCjDBMG+8j735 IC9JkgvUK4Hl0IhAeLvPy1Jui9uDj73HscL2cMwk6DP8HPPxCGWy3gn9fJrv6l+tHm3c lInW5pmv5qpThh72FCABqwxAKVl0ctBrqzMkxP4DeOPR0QGbfpU7sLnyh8HXXmz9BFyu UmgQ== X-Gm-Message-State: AG10YOQaspoZ6h+KHdivgD9EdSSwgFcPFZMLju3oSS1b9eKfDRI8A9dnlK3fMqAs5PV6Imc2e5cA/Uj3W8/kyw== X-Received: by 10.202.182.11 with SMTP id g11mr8140401oif.133.1455835005898; Thu, 18 Feb 2016 14:36:45 -0800 (PST) MIME-Version: 1.0 References: <20.E2.62769.79C16C65@pb1.pair.com> In-Reply-To: <20.E2.62769.79C16C65@pb1.pair.com> Date: Thu, 18 Feb 2016 22:36:36 +0000 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=001a113caa4460d824052c1300a4 Subject: Re: [PHP-DEV] Re: [RFC Proposal] var keyword deprecation/removal From: colinodell@gmail.com ("Colin O'Dell") --001a113caa4460d824052c1300a4 Content-Type: text/plain; charset=UTF-8 > Though if we do get rid of the var syntax, I'd like it if we kept the > reserved word, because it still might be useful in future for typed > variables or different variable scoping. Good idea Andrea! Thanks for that suggestion. I do have a general question about these types of changes: if the deprecation were to land in 7.1, when would the actual removal take place - 7.2 or 8.0? Or would that be a voting option? I really appreciate all the feedback so far - keep it coming! Colin --001a113caa4460d824052c1300a4--