Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76868 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58489 invoked from network); 25 Aug 2014 16:09:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Aug 2014 16:09:30 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vc0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:36776] helo=mail-vc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/00-57629-7BF5BF35 for ; Mon, 25 Aug 2014 12:09:28 -0400 Received: by mail-vc0-f170.google.com with SMTP id lf12so15617371vcb.1 for ; Mon, 25 Aug 2014 09:09:24 -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:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=AGgCYXpdonHRMk/LM0TepSA49sBU2Zo9/6FLGczLYZo=; b=runfV/ZHD4oE518St9c/q+T7Umv7GDqyY1Z3vX0lwOpLRlcG1ei6TgsjSVBv/7mNiu oH+o4FJJni49l6EAzz2YlK1yMekV6Eyrnhb9GbySXiP+dCAX6ClZO36N78Fx+qRDFYQB OuQPqoL3W2qNdF3S70bDNXWtTEzc9uFIzkuTzHjJroLLmMFPP92w295hYAmvKcOJFriz 7aeZIAKETdCnUKYXvtHAfkkNx1WdQJEktiBqr6CH4WQ9kWXyw+k6Qrq1estKJvUcHspg CDOi4fImHxFAq5rU3qU9mDP9+SxmjXXAg9JnugtGw70YyZ4ijASugBrQ1puaIF7xs7zC iT3A== X-Received: by 10.52.156.100 with SMTP id wd4mr6005208vdb.39.1408982964284; Mon, 25 Aug 2014 09:09:24 -0700 (PDT) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.220.30.70 with HTTP; Mon, 25 Aug 2014 09:08:44 -0700 (PDT) In-Reply-To: References: Date: Mon, 25 Aug 2014 18:08:44 +0200 X-Google-Sender-Auth: -eNZtdliMyKBKf5H56_57TpLTvw Message-ID: To: Ferenc Kovacs Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: 5.6.0 final is near From: jpauli@php.net (Julien Pauli) On Mon, Aug 25, 2014 at 1:22 PM, Ferenc Kovacs wrote: > > > > On Sat, Aug 23, 2014 at 1:58 AM, Ferenc Kovacs wrote: >> >> >> >> >> On Sun, Aug 17, 2014 at 11:25 AM, Ferenc Kovacs wrote= : >>> >>> Hi, >>> >>> I'm planning to release 5.6.0 from RC4 if nothing serious comes up, so >>> this is just a heads-up: if you think that there is some fix, which sho= uld >>> make into the 5.6.0 final (which isn't in RC4) or if you think that the= re is >>> some blocker issue which should be solved before the 5.6.0 final releas= e, >>> please drop me an email just to be sure. >>> >>> Thanks! >>> >>> -- >>> Ferenc Kov=C3=A1cs >>> @Tyr43l - http://tyrael.hu >> >> >> Hi, >> >> it seems that we have a blocker: >> https://bugs.php.net/bug.php?id=3D67694 >> >> ps: thanks to Florian for pinging me about it, I missed this one :( >> >> >> -- >> Ferenc Kov=C3=A1cs >> @Tyr43l - http://tyrael.hu > > > Kudos for Tjerk for the quick fix, which seems a rather small one-liner f= ix, > so I'm not sure to release another RC based on RC4 plus the security fixe= s, > the proper fix for https://bugs.php.net/bug.php?id=3D67865 and with the f= ix > for https://bugs.php.net/bug.php?id=3D67694, or to release the final vers= ion > based on RC4 + reverting > http://git.php.net/?p=3Dphp-src.git;a=3Dcommit;h=3De4ff7f2ee346d641715694= 209e61704c9e815483 > (which introduced https://bugs.php.net/bug.php?id=3D67865) and with the f= ix > for https://bugs.php.net/bug.php?id=3D67694. > Julien what do you think? I'm more in favour of releasing a GA. So, RC4 + sec fixes (that's OK) + revert of e4ff7f2ee346d641715694209e61704c9e815483 (done in last 5.4 and 5.5 releases) + fix for #67694. That's the safest path to have a GA soon (we are late) and on a stable code basis. Then we'll start our classical support plan, and have a 5.6.1RC1 in two wee= ks. Julien.Pauli