Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58920 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85720 invoked from network); 13 Mar 2012 19:12:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Mar 2012 19:12:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.182 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.212.182 mail-wi0-f182.google.com Received: from [209.85.212.182] ([209.85.212.182:56440] helo=mail-wi0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/70-17591-80C9F5F4 for ; Tue, 13 Mar 2012 14:12:09 -0500 Received: by wibhr14 with SMTP id hr14so1201735wib.11 for ; Tue, 13 Mar 2012 12:12:06 -0700 (PDT) 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=xcB+1UbPPXSPASspNa7jwdo67um4vwqSbf/G1ou2AsI=; b=0lKKDB/WUCZsZFypEwbzUMrp9F89N0ijX2OMkvJ1C8vfyphDeQNEUA8pEGQoc9bYbv kPAMnKUnxPPlWLliTczSTsj8eQShwVGRN15wlIWwIvYavXzH8aUkQt8e1ne3PPQCkTb7 SyqECqCNllukYYUPhPCmrXHFWsSPMJPOYSx6tprtmojG8InzsyonJISSkpODC9/P8cdY 0vcGbqcoPlWY8RvLahv1fhp9tnaY7IeAuxaQlnB7wduaFhOxbJ9a6lN1bxGtWaVYEq1r wqKFo1i0/Kib3lr11H7MmmAAjKSfAio+NA+wWZs9HLjUMwHBXVpTdvvS499GdIEXXDeL 9Vsg== MIME-Version: 1.0 Received: by 10.180.92.34 with SMTP id cj2mr10105470wib.8.1331665925928; Tue, 13 Mar 2012 12:12:05 -0700 (PDT) Received: by 10.223.111.78 with HTTP; Tue, 13 Mar 2012 12:12:05 -0700 (PDT) In-Reply-To: References: Date: Tue, 13 Mar 2012 12:12:05 -0700 Message-ID: To: Richard Lynch Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d043892b57976a104bb24a20a Subject: Re: [PHP-DEV] HEADS UP: 5.4 branch is open again From: kris.craig@gmail.com (Kris Craig) --f46d043892b57976a104bb24a20a Content-Type: text/plain; charset=ISO-8859-1 Yes, IF you're using a proper branching model. If you're just using it the same way you'd use Subversion, which currently is the direction we seem to be moving in, those advantages are mostly negated. I agree that PHP 5.5 (and maybe even 5.6, etc) should come before PHP 6. That being said, at some point a parallel development workflow might be prudent IMHO, but even that would be a ways off I think. --Kris On Tue, Mar 13, 2012 at 11:55 AM, Richard Lynch wrote: > On Fri, March 2, 2012 4:26 am, Ferenc Kovacs wrote: > > If we can agree upon the next version number beforehand, and we decide > > that > > we will go with the major release (be that php 6 or 7, whatever), we > > don't > > to do anything right now, we can branch the version from trunk/master, > > when > > the time comes. > > If we can't agree upon the next version number, or we agree upon that > > there > > will be an 5.5 version, I think it would make sense to create a branch > > for > > it ASAP, so there is place (trunk/master) for the approved but > > backward > > incompatible changes, and people don't have to hold patches. > > What do you think? > > If I was in charge, and thankfully I'm not, I'd just create 5.5 and 6.0 > > If you have patches that don't break BC, put them in both. If you're > too busy to do both, put it in 6.0 Somebody will back-port or not, > based on their relative need/availability or not. > > If it breaks BC, put it in 6.0 > > Or perhaps I misunderstand the tiny bit I thought I "got it" of the > point of using Git in the first place... > > Branches and merges are supposed to be seamless, right??? > > -- > brain cancer update: > http://richardlynch.blogspot.com/search/label/brain%20tumor > Donate: > > https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FS9NLTNEEKWBE > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --f46d043892b57976a104bb24a20a--