Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77049 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84039 invoked from network); 3 Sep 2014 11:43:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Sep 2014 11:43:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=are.you.winning@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=are.you.winning@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.174 as permitted sender) X-PHP-List-Original-Sender: are.you.winning@gmail.com X-Host-Fingerprint: 209.85.216.174 mail-qc0-f174.google.com Received: from [209.85.216.174] ([209.85.216.174:33286] helo=mail-qc0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/00-18150-2FEF6045 for ; Wed, 03 Sep 2014 07:43:47 -0400 Received: by mail-qc0-f174.google.com with SMTP id i17so8368936qcy.33 for ; Wed, 03 Sep 2014 04:43:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=hJqXWl2y3HnGo6eascvc7E5g7HCZKmWcSyubMOeBnOk=; b=UNgolCuCeRfrtRHCmh2BYqGl9U0mk8bNrwcz+C+ZBJcB+UZV+BwgiQuB1A9bbtjUos vE4tWGd9punBfsC2mIfZ4EX07ENH30xL9mNN/wnRMM0Ga7AKHBe1xJOp0p3jjHOIC2RW jQxh8YEQ/YdZKkgiRcgpeaoEJGMunTL70S8K9xndHOBdllk3fx+/tmhyk9ixZHbe5aTc dmX993DNC3Ow+qdHpsDEGUZKLy6imNkhgagHe6+23jJ9fsu3CLFf3MX/oKRY4YFNaWHR vADTRggJaWc2sWzXGb33LYcjhkWjdDYZgSdwtefIona65rcyzfWVrFzBTBSDRZJuPgMl cMKQ== MIME-Version: 1.0 X-Received: by 10.140.89.5 with SMTP id u5mr62886974qgd.14.1409744623958; Wed, 03 Sep 2014 04:43:43 -0700 (PDT) Sender: are.you.winning@gmail.com Received: by 10.141.28.193 with HTTP; Wed, 3 Sep 2014 04:43:43 -0700 (PDT) In-Reply-To: References: Date: Wed, 3 Sep 2014 12:43:43 +0100 X-Google-Sender-Auth: 0o1jRdDThfwhYYvVpMaSTfxWzjc Message-ID: To: Michael Wallner Cc: Chris Wright , PHP Internals , Lior Kaplan Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Bug 55700 fix From: cw@daverandom.com (Chris Wright) On 3 September 2014 11:00, Michael Wallner wrote: > > On 3 Sep 2014 11:47, "Chris Wright" wrote: >> >> On 2 September 2014 07:55, Lior Kaplan wrote: >> > >> > On Sep 2, 2014 8:55 AM, "Michael Wallner" wrote: >> >> >> >> On 2 Sep 2014 00:13, "Chris Wright" wrote: >> >> > >> >> > If no-one has any objections to this, I would like to merge it into >> >> > 5.6 and master. >> >> > >> >> >> >> +1 >> > >> > Why not 5.5 ? >> >> I... don't know. No reason it shouldn't go into 5.5 I guess, unless >> anyone has an objection to this? >> >> > > 5.5 is the current bug-fix only branch. I think this is broadly my reasoning for originally targeting 5.6 with this, but actually the release process does not state that the "current" and "previous" maintained release branches are any different in this respect. I'm fine with either option, just not sure what the accepted best approach is here? Reading the release process again makes me think it should either be >=5.5 or master only. Thanks