Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85622 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41767 invoked from network); 1 Apr 2015 04:58:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Apr 2015 04:58:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@bof.de; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=php@bof.de; sender-id=pass Received-SPF: pass (pb1.pair.com: domain bof.de designates 80.242.145.70 as permitted sender) X-PHP-List-Original-Sender: php@bof.de X-Host-Fingerprint: 80.242.145.70 mars.intermailgate.com Received: from [80.242.145.70] ([80.242.145.70:50108] helo=mars.intermailgate.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B4/00-40332-10B7B155 for ; Tue, 31 Mar 2015 23:58:42 -0500 Received: (qmail 12355 invoked by uid 1009); 1 Apr 2015 06:58:38 +0200 Received: from 209.85.192.46 by mars (envelope-from , uid 89) with qmail-scanner-1.25-st-qms (clamdscan: 0.96.2/20272. spamassassin: 3.3.1. perlscan: 1.25-st-qms. Clear:RC:1(209.85.192.46):. Processed in 0.24376 secs); 01 Apr 2015 04:58:38 -0000 X-Antivirus-MYDOMAIN-Mail-From: php@bof.de via mars X-Antivirus-MYDOMAIN: 1.25-st-qms (Clear:RC:1(209.85.192.46):. Processed in 0.24376 secs Process 12347) Received: from mail-qg0-f46.google.com (gmail@bof.de@209.85.192.46) by mars.intermailgate.com with RC4-SHA encrypted SMTP; 1 Apr 2015 06:58:38 +0200 Received: by qgf60 with SMTP id 60so33678914qgf.3 for ; Tue, 31 Mar 2015 21:58:36 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.55.23.78 with SMTP id i75mr5620465qkh.82.1427864316689; Tue, 31 Mar 2015 21:58:36 -0700 (PDT) Received: by 10.140.82.198 with HTTP; Tue, 31 Mar 2015 21:58:36 -0700 (PDT) Received: by 10.140.82.198 with HTTP; Tue, 31 Mar 2015 21:58:36 -0700 (PDT) In-Reply-To: <32D4890E-E746-4DB5-8147-889EA9CB4454@gmail.com> References: <55193060.5000804@php.net> <55199AE8.4090100@gmail.com> <5519B3E3.1070102@gmail.com> <5519C9E0.6010001@gmail.com> <551A8B42.6080603@gmail.com> <551AFF0B.7020903@gmail.com> <32D4890E-E746-4DB5-8147-889EA9CB4454@gmail.com> Date: Wed, 1 Apr 2015 06:58:36 +0200 Message-ID: To: Rowan Collins Cc: Stas Malyshev , internals Content-Type: multipart/alternative; boundary=001a11479df06242e00512a29175 Subject: Re: [PHP-DEV] What's our official stance on small self-contained additions in a micro version From: php@bof.de (Patrick Schaaf) --001a11479df06242e00512a29175 Content-Type: text/plain; charset=UTF-8 Am 31.03.2015 22:45 schrieb "Rowan Collins" : > > - Up until the first release candidate of x.y.0, small features can be added to both the most recent live branch and the new branch being prepared for release (so, right now, 5.6.x and 7.0-pre; next summer, 7.0.x and 7.1-pre). > - Once a new x.y.0 release is ready, x.y-1.z releases should receive bug fixes only. Thus 5.5.x should not be receiving features. > - As an exception to the above, when releasing x.0.0, the previous branch may continue receiving small features, until it reaches the end of its "active support" phase. In other words, keep backporting things to 5.6.x after 7.0.0 is released, since adoption of the latter is likely to be slow. By the time 7.1.0 comes around, active support for 5.6 will have ended anyway, unless we make some other exception to the normal process. > > This is very much a compromise between the SemVer ideal of a patch release, and the practical implications of a yearly release cycle. The aim is to make it obvious to users what they'll get in return for upgrading, and to smoothly transition a branch from "cutting edge" to "stable with bug fixes", then to "security only" and "end of life". > > What do people think? That sounds very reasonable, and would suit me fine :) One issue that I think speaks for such an approach, is giving new-small-features better exposure outside of developer circles. If features only ever go into the-next-tree, they won't be seen and tried out in the field until after that is committed as a new-stable release. The feature also probably can't be added to the php.net documentation until that release happens (right). Lots less eyes seeing it, finding problems with it that might be rectified before next-becomes-stable. I think there's a three layer hierarchy of adoption at play here, which also can explain the low adoption figures of newest-stable. At the top, you have next-stable, which will be visible almost exclusively to contributors, and won't get any real world production exposure at all. Then you have the current stable, which is used by shops (like mine...) that care about building their own binaries, and that have a rather homogenous inhouse codebase that can evolve to use new major and minor features in production. And then there's the vast field which runs on distribution builds, which seems to sit on the oldest supported stable version in existence until it's faded out, and which doesn't care about new features at all. Do I make sense? :) best regards Patrick --001a11479df06242e00512a29175--