Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77666 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81612 invoked from network); 26 Sep 2014 11:43:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Sep 2014 11:43:46 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.41 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.215.41 mail-la0-f41.google.com Received: from [209.85.215.41] ([209.85.215.41:57351] helo=mail-la0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 51/8A-27411-F6155245 for ; Fri, 26 Sep 2014 07:43:44 -0400 Received: by mail-la0-f41.google.com with SMTP id s18so14421314lam.0 for ; Fri, 26 Sep 2014 04:43:40 -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=5eHBzaS5DCEmxlMCC7KMDe6Y3COgXnfstMIjFMWe560=; b=r/YtciMX2bCd+gLQlE55tiNSNsa5F8NotzDicEADiHkpphLm6sbEMxH4+MBEvIp3Go ksRBBdkj215/I8shawL8Hzf+kZBxvihXbXaL7IR2AM6muiYdyh4HQxAiPD0lE/pcvVcP aqvdyeeAkxYbjADTuTTBEmhhdP24wZH72JkuKwqVGwwL//bWmV4KHOwROgqxCnth+1tT vRmQVkjMKuV5d9I23Ns9tZNun6pt8pGs1YDiN1ub4tcEoLpVIahlacFssoaPnLGxNc5m DREROmffP8MCNPP09Gik3mLkNrgcNiTn4AWgAzE+SWqUvWjR9e1SjQnWjyeCzFAWrTyI p+Qw== MIME-Version: 1.0 X-Received: by 10.152.43.18 with SMTP id s18mr19395139lal.68.1411731820761; Fri, 26 Sep 2014 04:43:40 -0700 (PDT) Received: by 10.112.199.36 with HTTP; Fri, 26 Sep 2014 04:43:40 -0700 (PDT) In-Reply-To: References: Date: Fri, 26 Sep 2014 13:43:40 +0200 Message-ID: To: Florian Margaine Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a11c36724b1d6f60503f66d18 Subject: Re: [PHP-DEV] Should we dev on master then backport, or the other way? From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c36724b1d6f60503f66d18 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, Sep 26, 2014 at 1:29 PM, Florian Margaine wrote: > Hi internals, > > The question is in the title :-) > > As far as I know, most projects follow this convention: develop on the > master branch, then backport the fixes/features to older versions. > > I had a discussion with another core dev who told me he did the opposite: > develop on PHP-5.5, then move the fix/feature up to the new branches (fir= st > PHP-5.6, then master). > > Is there a convention for php-src? Or is it "whatever the dev wants"? > > -- > > Regards, > > *Florian Margaine* > see https://wiki.php.net/vcs/gitworkflow if a change affects multiple branch we commit it to the lowest possible branch and merge it upwards. there were a recent discussion about whether or not to change this, as the current master (aka PHP7) has major changes which makes the merge everything up strategy a lot more painful, but this discussion didn't reached a consensus so there are no change in the old workflow. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11c36724b1d6f60503f66d18--