Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77783 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88324 invoked from network); 4 Oct 2014 21:58:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Oct 2014 21:58:54 -0000 Authentication-Results: pb1.pair.com header.from=jocelyn.fournier@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jocelyn.fournier@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.171 as permitted sender) X-PHP-List-Original-Sender: jocelyn.fournier@gmail.com X-Host-Fingerprint: 209.85.212.171 mail-wi0-f171.google.com Received: from [209.85.212.171] ([209.85.212.171:54889] helo=mail-wi0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/AA-11734-D9D60345 for ; Sat, 04 Oct 2014 17:58:53 -0400 Received: by mail-wi0-f171.google.com with SMTP id em10so1626584wid.4 for ; Sat, 04 Oct 2014 14:58:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:message-id:date:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=5kw0wPS4/NB8xUpz05cFdG5UT2HmgdOnnFqR/Ay1MWc=; b=TyAcYYmfa0fNV3lYsrBw2sVWrRn/KblUVzTfRMgC1X02LBoobNt0imfv7598aZ/kGf 1ORk1FlN3y3/r+2DVsKfoQaHkCqGjEcRo+/3yBxL6iwImmWB5/BMY9SSEI0C60TxOJEa jBGktSuDzzO3JXwYYN3c8MJg9CKEnmzYcd4uMoLwY+eP6QfvfeTzBq5KEdyXdbRFHgNO zVt7naMcUTeuSIFI2JaHEJDgbO3+U2E7UGtJ2RV/ByqkHftMLIzjZHdNHVnLjUk962di fTrnR34Pu5wnTENfDbwjBm5CAUQXlRftRVolMlO1iSXj1jMmvUoXT5qNgW7YAeWLnSGL SiMw== X-Received: by 10.180.96.40 with SMTP id dp8mr8239620wib.63.1412459930294; Sat, 04 Oct 2014 14:58:50 -0700 (PDT) Received: from MacBook-Pro-de-jocelyn-fournier.local ([2a01:e35:2ea9:c3d0:cba:bc20:f26c:9ac4]) by mx.google.com with ESMTPSA id d6sm6159097wiz.0.2014.10.04.14.58.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 04 Oct 2014 14:58:49 -0700 (PDT) X-Google-Original-From: jocelyn fournier Message-ID: <54306D97.8050900@gmail.Com> Date: Sat, 04 Oct 2014 23:58:47 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Re: Re: OpenSSL bug in 5.4.33 and 5.5.17 From: jocelyn.fournier@gmail.com (jocelyn fournier) Hi, It would perhaps be great to communicate on this nasty bug on the PHP website ? For example code based on amqplib + ssl (https://github.com/videlalvaro/php-amqplib) is not working anymore as well, and it could be a headache to figure out why it's not working. I assume a lot more libs could be affected. Thanks, Jocelyn Le 23/09/2014 07:39, Daniel Lowrey a écrit : >>> 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 >> :/ > > I've got the necessary fixes lined up at this point, I just need to know > how you guys would prefer to proceed on this. > > I can commit the relevant changes to 5.4, 5.5 and 5.6 and double-check with > RMs to ensure they make it into this next set of releases or we can revert > the previous commits and forget about the bug fixes altogether. > > Just let me know which you prefer. Thanks. >