Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77662 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75721 invoked from network); 26 Sep 2014 11:30:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Sep 2014 11:30:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=florian@margaine.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=florian@margaine.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain margaine.com from 209.85.223.177 cause and error) X-PHP-List-Original-Sender: florian@margaine.com X-Host-Fingerprint: 209.85.223.177 mail-ie0-f177.google.com Received: from [209.85.223.177] ([209.85.223.177:41503] helo=mail-ie0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/39-27411-D4E45245 for ; Fri, 26 Sep 2014 07:30:22 -0400 Received: by mail-ie0-f177.google.com with SMTP id x19so14857987ier.8 for ; Fri, 26 Sep 2014 04:30:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=juVjqyHyJgj8yhFL9zTjwqHawV6uEtBTQaPVCbQyBYw=; b=I9fKKCmh6x6BjpUIwR0al5SaDB0GnLxxk5WOlhefOL3X3ik0CQ++QmIvFm1V0ihbag mDoDPd4vIhP+hHl2t84CXPcDG58LdA5kY927K98Yp+ghmzSfbnBOSKGeKX6uP2ABDef0 FcBFQXN/k3pDDG/MjHUB41YVMFnxC0PRqzKPKXIAhNr9FBFV4a8r766wgT95qysuiiol b5dhXRxSgxwjpbrliBzez/b2/jRM2Lm+PzbLka2zBBP1Z/vckzoTsB7V0enhvNeLEmk1 jQUqgyi/Gx3zGCPzBCQgP3qVs5pLpFahv+8jrtjWcomkQTuMn66APAQ88DbaFdGqMeu1 Cuyg== X-Gm-Message-State: ALoCoQmhsWYeIJc644uUDYoNfsMRz2tjuuMupI43E8u9jqY9u3NVb2fzol1BEJKQlI2Rx5fqQXKG X-Received: by 10.50.60.65 with SMTP id f1mr29152881igr.38.1411731018507; Fri, 26 Sep 2014 04:30:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.5.194 with HTTP; Fri, 26 Sep 2014 04:29:58 -0700 (PDT) X-Originating-IP: [93.8.60.50] Date: Fri, 26 Sep 2014 13:29:58 +0200 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=047d7b10cf9de0f9b30503f63d32 Subject: Should we dev on master then backport, or the other way? From: florian@margaine.com (Florian Margaine) --047d7b10cf9de0f9b30503f63d32 Content-Type: text/plain; charset=UTF-8 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 (first PHP-5.6, then master). Is there a convention for php-src? Or is it "whatever the dev wants"? -- Regards, *Florian Margaine* --047d7b10cf9de0f9b30503f63d32--