Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77475 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74651 invoked from network); 22 Sep 2014 16:11:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Sep 2014 16:11:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=rdlowrey@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rdlowrey@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.177 as permitted sender) X-PHP-List-Original-Sender: rdlowrey@gmail.com X-Host-Fingerprint: 209.85.223.177 mail-ie0-f177.google.com Received: from [209.85.223.177] ([209.85.223.177:50509] helo=mail-ie0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/32-64052-94A40245 for ; Mon, 22 Sep 2014 12:11:53 -0400 Received: by mail-ie0-f177.google.com with SMTP id x19so7629803ier.36 for ; Mon, 22 Sep 2014 09:11:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=GV/iRh4jQlnWu4jUwqrO8qm0uAhyJ/n+fYG+Z4E3bOs=; b=pxKs6NKbHJswxAq41mnNVwxkeJK1l2U4hNEd6/TljJN59BM/1/BziSbukPxIaooaV6 XmJaEzcnXqbavkpVmOY50EBNJCjDUdeRepygF9IqV2jehUIN2qQNja6rHxTCvl51FxBP vlJlyf0VO3oyIPVSJOxB3kdfjd9ylY5sAFIgSotnHMLi5LsdoezeiKb41Dstm40jnF2e S9BDAMgPH4a1nuSIE6WNKk8Mw/Tb0S5FnYGi1/GAQTXy/T2dMHk5d3s3dFbGHVNCfIvh 597b4IxN0BRjKGr3XWJ092pZfUn/masV2QC3BsDlFZJxo+bB1LnHAFWWUsRg+FthGeke D4lQ== MIME-Version: 1.0 X-Received: by 10.43.65.12 with SMTP id xk12mr17714424icb.9.1411402310587; Mon, 22 Sep 2014 09:11:50 -0700 (PDT) Sender: rdlowrey@gmail.com Received: by 10.50.197.164 with HTTP; Mon, 22 Sep 2014 09:11:50 -0700 (PDT) Date: Mon, 22 Sep 2014 12:11:50 -0400 X-Google-Sender-Auth: l_n29Cc40e9H6y47LiKqzky5dk8 Message-ID: To: julien pauli , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=bcaec51d218c5be4fb0503a9b5e1 Subject: Re: Re: OpenSSL bug in 5.4.33 and 5.5.17 From: rdlowrey@php.net (Daniel Lowrey) --bcaec51d218c5be4fb0503a9b5e1 Content-Type: text/plain; charset=UTF-8 > Hi, > > That's a bad thing we need to fix ASAP. > > I think for 5.6.1 we'll revert it , if not, we'll need an RC2, which > is something we usually don't do (but as this could involve security, > we may do it). > The fix can be merged to 5.5.18RC1, next week, to have an RC cycle if > not part of a 5.6.1RC2 (tag is tomorrow) > > 5.6 and 5.5 actually overlap in the release weeks. 5.6 is planned on > odd weeks whereas 5.5 is on even weeks. > > Waiting for Ferenc's advice anyway. > > Julien.P I have no issues with reverting at this point as that's the best route to get stable releases back on track. I thought I had fixed some really old bugs with those commits but the medicine turned out to be worse than the disease. My apologies again for letting those problems sneak into releases :/ --bcaec51d218c5be4fb0503a9b5e1--