Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79642 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54021 invoked from network); 14 Dec 2014 19:49:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Dec 2014 19:49:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.53 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.53 mail-wg0-f53.google.com Received: from [74.125.82.53] ([74.125.82.53:55072] helo=mail-wg0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 11/A1-45071-2E9ED845 for ; Sun, 14 Dec 2014 14:49:54 -0500 Received: by mail-wg0-f53.google.com with SMTP id l18so12956630wgh.40 for ; Sun, 14 Dec 2014 11:49:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type:subject:from:date:to :message-id; bh=wnXd28tUUBDHBWVo+c/x57ahbJxFSxN0SqvDSUUYZY8=; b=F6kPcVSMIbzfrAaCNR9qvZ64YfYBw5GjEmapVJsANcoej+7HOJVM/iVJg6+dgJzrVP HLYEP/89GrANWihq7YgHre/ZOL3KXBycCYn4qUXPvRXsKD1AHg3VdBPz3cp5dhG4mYM9 pkQrB72qDp2bKWcOv5aAMmyk7uisjQyDujYEQpIHasRkVi2RCrOTUBWeGxUf6jPiZjtP PDfyZu7s21aTeTk/D9JpSebrfJ1tA6xaiqyADqDN74QvBpM5CtysoYS0rSQK39/E5iG4 5TXF1wd9OVAJBzM6BNKk6pYcyM6mScOO06aILk/eE5ZzC30Af37iUYGtjfwia4OTllBv dxZg== X-Received: by 10.194.90.10 with SMTP id bs10mr46592151wjb.43.1418586590645; Sun, 14 Dec 2014 11:49:50 -0800 (PST) Received: from [192.168.0.3] (cpc68956-brig15-2-0-cust215.3-3.cable.virginm.net. [82.6.24.216]) by mx.google.com with ESMTPSA id r3sm10423631wic.10.2014.12.14.11.49.48 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 14 Dec 2014 11:49:49 -0800 (PST) User-Agent: K-9 Mail for Android In-Reply-To: <548DC988.6030108@gmail.com> References: <548D494B.8010901@gmail.com> <548DC988.6030108@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Date: Sun, 14 Dec 2014 19:48:46 +0000 To: PHP internals Message-ID: <76435460-D70C-41B7-A782-A96BC25DCAB7@gmail.com> Subject: Re: [PHP-DEV] Fix incorrect ternary '?' associativity for 7.0? From: rowan.collins@gmail.com (Rowan Collins) On 14 December 2014 17:31:52 GMT, Leon Sorokin wrote: >This sounds like a reasonable compromise to me and infinitely better >than doing nothing. However, if 7.0 complains loudly enough about this >already quasi-deprecated pattern, then the incubation period for an >eventual fix need not be that of a decade-out major version, but of a >7.x point release. Oddly, 5.4 is a good example of a much larger >incompatibility changelog than the provisional one for 7.0: >http://php.net/manual/en/migration54.incompatible.php 5.4 is a good example of what we *don't* want to do with minor versions. It consisted of a messy list of "those bits of the abandoned 6 which didn't quite make it into 5.3". If we want major features more often, we can have major releases more often. This figure of 10 years gets mentioned a lot, but with annual releases, it wouldn't be unreasonable to expect 8.0 by 2020 (a year after 7.4).