Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79733 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60678 invoked from network); 16 Dec 2014 17:13:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Dec 2014 17:13:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.52 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.52 mail-qa0-f52.google.com Received: from [209.85.216.52] ([209.85.216.52:38601] helo=mail-qa0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1E/A8-12185-43860945 for ; Tue, 16 Dec 2014 12:13:24 -0500 Received: by mail-qa0-f52.google.com with SMTP id x12so1536258qac.39 for ; Tue, 16 Dec 2014 09:13:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=yrVNY1gdXoTikaPIZvXqW0uuIZAuOmbOgYJNVndeUlg=; b=gz0BlP/gwKvLmS0rfjCIbkGGZaCTfU4E+CHGnGCTEs76Ry7RuDoDVmpF9vM/E2g773 GCDrcyGeMmOMdYciEmuNlaqEc42wqh9rMmtFgv4+WJVrYqRSajft5ozND3ePw56sJ8+5 jJLHxXtERoyti1a1oJocBSg1XgFaejgA0pQzhZvlYdXcftXVG0kwrPlN78BwZQw/uT/T hjvWgAVCGHjHQ1zFVj2oqr6Br+H0dl/3ydDPdbdehVzYd94o1z04ifMLUpdbxI/Ilt9r eVGA6XhdiErcH1AhVhh2Ehyp5XGIcVsAmMI8Ly5yEvk5IuTnOL0z1pSfpSNmW8a4E76q IglQ== MIME-Version: 1.0 X-Received: by 10.224.120.65 with SMTP id c1mr25313664qar.87.1418750000716; Tue, 16 Dec 2014 09:13:20 -0800 (PST) Received: by 10.140.104.171 with HTTP; Tue, 16 Dec 2014 09:13:20 -0800 (PST) Received: by 10.140.104.171 with HTTP; Tue, 16 Dec 2014 09:13:20 -0800 (PST) In-Reply-To: References: <8C1EFD82-CFE0-4D01-9231-2A1658B182A6@ajf.me> <548FE4A8.4040909@beccati.com> Date: Wed, 17 Dec 2014 04:13:20 +1100 Message-ID: To: Zeev Suraski Cc: Ferenc Kovacs , PHP internals , Xinchen Hui , Andrea Faulds , Matteo Beccati Content-Type: multipart/alternative; boundary=001a11c2d5d4d16521050a58797e Subject: RE: [PHP-DEV] [RFC] PHP 5.7 From: pierre.php@gmail.com (Pierre Joye) --001a11c2d5d4d16521050a58797e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Dec 16, 2014 9:10 PM, "Zeev Suraski" wrote: > > > -----Original Message----- > > From: Andrea Faulds [mailto:ajf@ajf.me] > > Sent: Tuesday, December 16, 2014 10:00 AM > > To: Ferenc Kovacs > > Cc: Matteo Beccati; Xinchen Hui; PHP Internals > > Subject: Re: [PHP-DEV] [RFC] PHP 5.7 > > > > Hey, > > > > > On 16 Dec 2014, at 07:58, Ferenc Kovacs wrote: > > > > > > We already has one accepted RFC which targets 5.7, and as I mentioned > > before 5.7.0 wouldn't be featureless, but would contain the small self- > > contained features which are currently targeting 5.6.x. > > > So 5.7.0 would be a minor version without new major features, but als= o > > > no > > BC break, would allow us to make 5.6 more stable, and be a stepping stone > > for 7.0 with the deprecated errors. > > > > That=E2=80=99s a benefit I hadn=E2=80=99t considered: people using dist= ros are stuck on a > > specific micro, so anything added to 5.6.x they=E2=80=99ll be able to g= et with > > 5.7.0, > > right? > > I'm missing what benefit this gives us. > > Distros lock the version (all 3 digits) for a particular distro version; At > the same time, when a new version of the distro comes out, there are no > version restrictions of any kind. > > So for a given distro that uses 5.6.8 (as an example), upgrading to 5.6.9 or > 5.7.0 or even 7.0.0 is equally forbidden within the same distro version, and > equally allowed within a new distro version. And given that many distros have a faster adoption rate, many will adopt 5.7, with notifications for the 7 changes, in their next release as they may be more looking for 6.1 than 6.0. To support this fact, see the recent adoption rate of all major versions since we adopted the release process RFC. One of its goal has been achieved= . --001a11c2d5d4d16521050a58797e--