Newsgroups: php.general,php.internals,php.qa Path: news.php.net Xref: news.php.net php.general:323871 php.internals:77309 php.qa:67421 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72984 invoked from network); 18 Sep 2014 13:30:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Sep 2014 13:30:40 -0000 X-Host-Fingerprint: 194.151.194.226 office.react.com Received: from [194.151.194.226] ([194.151.194.226:28539] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C3/71-63310-C7EDA145 for ; Thu, 18 Sep 2014 09:30:37 -0400 Message-ID: To: php-general@lists.php.net,internals@lists.php.net,php-qa@lists.php.net Date: Thu, 18 Sep 2014 15:30:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 References: <31.00.12208.4C6A9045@pb1.pair.com> In-Reply-To: <31.00.12208.4C6A9045@pb1.pair.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 194.151.194.226 Subject: Re: PHP 5.5.17RC1 is ready for testing From: arjen@react.com (Arjen Schol) What's the benefit of doing a Release Candidate/QA cycle when fixes for regressions aren't merged to the final release? See https://bugs.php.net/bug.php?id=67965 Regression reported and fixed, but fix not merged to 5.5.17 branch. Commit https://github.com/php/php-src/commit/f86b2193a483f56b0bd056570a0cdb57ebe66e2f?diff=unified File in 5.5.17: https://github.com/php/php-src/blob/PHP-5.5.17/ext/openssl/xp_ssl.c#L884 Not critical enough? Just missed it? RC releases just for the show? :? Arjen On 09/05/2014 02:04 PM, Arjen Schol wrote: > Hi Julien, > > I've found a regression in stream_select with TLS. > Testscript and details at https://bugs.php.net/bug.php?id=67965 > > Thanks, > Arjen > > On 09/04/2014 12:17 PM, Julien Pauli wrote: >> Hello >> >> PHP 5.5.17 RC1 is available for testing. >> >> You can download it from >> >> http://downloads.php.net/jpauli/ >> >> The Windows binaries are available at http://windows.php.net/qa/ >> >> This release contains a number of bugfixes. >> For the list of bugfixes that you can target in your >> testing, please refer to the NEWS file: >> >> https://github.com/php/php-src/blob/php-5.5.17RC1/NEWS >> >> Please test it carefully, and report any bugs in the bug system. >> >> The stable release is planned for September 18th, if no critical >> issues will >> be discovered in the RC. >> >> Thank you for your support. >> >> Julien Pauli & David Soria Parra >> >