Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63722 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40838 invoked from network); 30 Oct 2012 18:09:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Oct 2012 18:09:34 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-la0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:56800] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DC/03-23554-ED710905 for ; Tue, 30 Oct 2012 13:09:34 -0500 Received: by mail-la0-f42.google.com with SMTP id e6so447063lah.29 for ; Tue, 30 Oct 2012 11:09:31 -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=XxWqAMjwU47EJaLjEPehp2enQpIH2t8b75FnmEEx70s=; b=jYBWZQkRpOJ6OKQ8yt3Wzxn/JJmE+CKO3cp5dvflxfqBHtiKcHOk8n8Kkzg64/jQNI jtwp09wCrf5h/UDQubTXczEV8YJPA0n9RIcPIG742koIZFzwICL3lO3O/iVBCccBMvAU FnaXXAnCzmZWlXbMPDD/i0/5tP5VUUEDxWp5THHdRqOQemY4V8Dp4VgUJljphWWJdX4q oVd5Y5dtSHCZElCxU7tS1UcUUA7w5Nlmdo5K2thURR46K5Fk81fDasxbduz2hB85QmPQ POFju+c8ANWAytDDERqpDdem2liRx8EmIHwNyTwhotvEeZwdhDFxBZCFwhSdr370ySST 0V+A== MIME-Version: 1.0 Received: by 10.112.42.33 with SMTP id k1mr37550lbl.43.1351620571040; Tue, 30 Oct 2012 11:09:31 -0700 (PDT) Received: by 10.112.83.100 with HTTP; Tue, 30 Oct 2012 11:09:30 -0700 (PDT) In-Reply-To: <508F971F.2000009@php.net> References: <508F971F.2000009@php.net> Date: Tue, 30 Oct 2012 19:09:30 +0100 Message-ID: To: "dsp@php.net" Cc: "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Branching PHP-5.5 From: nikita.ppv@gmail.com (Nikita Popov) On Tue, Oct 30, 2012 at 10:00 AM, dsp@php.net wrote: > The rest looks fine to me. So I'll go ahead and start PHP-5.5 branch by > Thursday from current master. I know we then have 4 active branches > which is a pain to keep in sync and merge and I am open for suggestions. Could we maybe do the same as with 5.4 and make releases off master, only branching when we hit code freeze? I mean, the things that will land to master in the next few months will still all go into 5.5 (or?) so branching it now would make things only more complicated. Nikita