Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:98402 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99771 invoked from network); 4 Mar 2017 11:18:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Mar 2017 11:18:56 -0000 Authentication-Results: pb1.pair.com header.from=me@kelunik.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=me@kelunik.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kelunik.com from 81.169.146.219 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.219 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.219] ([81.169.146.219:33740] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E4/41-10274-B92AAB85 for ; Sat, 04 Mar 2017 06:18:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1488626329; l=5048; s=domk; d=kelunik.com; h=Content-Type:Cc:To:Subject:Date:From:References:In-Reply-To: MIME-Version; bh=foUVuUUmvosHxljthmRAIFrsxdu/0/A516BgmWIinCs=; b=UtCFbfPpFSTmFIXQJlU9O5c/jK7PpDvM164tCU0x0FSPiljhZJhthgpeWYtkcHZ7jL G9OIUdbWU0hBJSE4JF19T2HzARdt8AhTfjD9DVfosG5uGxOBXWpgoVS9a3IjHovFPt3o KWPbqKsBd7DoYmXo5Sre4+BTiEIkAXEdkq/r8= X-RZG-AUTH: :IWkkfkWkbvHsXQGmRYmUo9mls2vWuiu+7SLDup6E67mzuoBPBqD+ud8= X-RZG-CLASS-ID: mo00 Received: from mail-qk0-f169.google.com ([209.85.220.169]) by smtp.strato.de (RZmta 39.13 AUTH) with ESMTPSA id U0ac8bt24BIneGr (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp384r1 with 384 ECDH bits, eq. 7680 bits RSA)) (Client did not present a certificate) for ; Sat, 4 Mar 2017 12:18:49 +0100 (CET) Received: by mail-qk0-f169.google.com with SMTP id g129so29781679qkd.1 for ; Sat, 04 Mar 2017 03:18:49 -0800 (PST) X-Gm-Message-State: AMke39lZBNYl3m++0zmP1qZYY1tiT/M43mexQhI+yOicMUTyb61k8wy+5z2stN5oii7JY2B9ha2R9vR0f7kgYQ== X-Received: by 10.200.34.171 with SMTP id f40mr7229936qta.125.1488626328610; Sat, 04 Mar 2017 03:18:48 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.144.167 with HTTP; Sat, 4 Mar 2017 03:18:48 -0800 (PST) In-Reply-To: References: <04cf01d29349$95cc1000$c1643000$@php.net> Date: Sat, 4 Mar 2017 12:18:48 +0100 X-Gmail-Original-Message-ID: Message-ID: To: Jakub Zelenka Cc: Anatol Belski , PHP internals list , Joe Watkins , Aaron Piotrowski Content-Type: multipart/alternative; boundary=001a113ff018855a8e0549e5d3e9 Subject: Re: [PHP-DEV] PHP 7.0.17RC1 is available for testing From: me@kelunik.com (Niklas Keller) --001a113ff018855a8e0549e5d3e9 Content-Type: text/plain; charset=UTF-8 Hi Jakub, /cc Aaron, Joe & Anatol can't we set it for non-blocking streams only for now and have it in the release? Regards, Niklas 2017-03-02 18:02 GMT+01:00 Jakub Zelenka : > On Thu, Mar 2, 2017 at 12:38 PM, Anatol Belski wrote: > > > 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. > > https://github.com/php/php-src/commit/ff8a6b1232b78abe0ad7de5a44af4b > e2b8839728 > https://github.com/php/php-src/commit/e9873d9853da2b6153776c2e5ed685 > 8e87f0baa2 > > Some discussion is also in https://github.com/php/php-src/pull/2330 > > Cheers > > Jakub > --001a113ff018855a8e0549e5d3e9--