Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:98386 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95633 invoked from network); 2 Mar 2017 19:39:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2017 19:39:30 -0000 Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:52828] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/89-20342-0F478B85 for ; Thu, 02 Mar 2017 14:39:29 -0500 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 9D3747803AF; Thu, 2 Mar 2017 20:39:25 +0100 (CET) Received: from w530phpdev (p54A766C6.dip0.t-ipconnect.de [84.167.102.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 5F09A7803A8; Thu, 2 Mar 2017 20:39:23 +0100 (CET) Sender: "Anatol Belski" To: "'Jakub Zelenka'" Cc: "'PHP internals list'" , "'Joe Watkins'" References: <04cf01d29349$95cc1000$c1643000$@php.net> In-Reply-To: Date: Thu, 2 Mar 2017 20:39:19 +0100 Message-ID: <070f01d2938c$b1d0a070$1571e150$@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQI5tLfUX0HgCr0nh5KaSLLdCdItdQEIHIqloKttBnA= Content-Language: en-us Subject: RE: [PHP-DEV] PHP 7.0.17RC1 is available for testing From: ab@php.net ("Anatol Belski") Hi Jakub, > -----Original Message----- > From: jakub.php@gmail.com [mailto:jakub.php@gmail.com] On Behalf Of = Jakub > Zelenka > Sent: Thursday, March 2, 2017 6:02 PM > To: Anatol Belski > Cc: PHP internals list > Subject: Re: [PHP-DEV] PHP 7.0.17RC1 is available for testing >=20 > On Thu, Mar 2, 2017 at 12:38 PM, Anatol Belski wrote: >=20 > > Hi, > > > > PHP 7.0.17 RC1 was just released and can be downloaded from: > > > > https://downloads.php.net/~ab/ > > > > 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-7.0.17RC1/NEWS > > > > > I just noticed that releases are two weeks sooner and haven't = corrected the fix > for #74159 yet as I was planning to do that next week. The potential = issue is that > it is changing SSL mode for socket in blocking mode which could = possibly have > some BC issues (I need to verify it as it might be fine but there is a = chance that > we could break something). We agreed that it will be better to do it = that just for > non-blocking mode as the problem is only there anyway. As I said I = plan to do > that next week so it will be addressed in the following release. For = that reason I > would like to ask you to to revert these two commits from todays RC's = for 7.0 > and 7.1 before it gets released. >=20 > https://github.com/php/php- > src/commit/ff8a6b1232b78abe0ad7de5a44af4be2b8839728 > https://github.com/php/php- > src/commit/e9873d9853da2b6153776c2e5ed6858e87f0baa2 >=20 > Some discussion is also in https://github.com/php/php-src/pull/2330 >=20 Thanks for the ping, I'm going to revert these in the release branch. = Linking Joe as well, just to ensure he didn't miss this. Regards Anatol