Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:98384 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80962 invoked from network); 2 Mar 2017 17:02:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2017 17:02:23 -0000 Authentication-Results: pb1.pair.com header.from=jakub.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.175 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.161.175 mail-yw0-f175.google.com Received: from [209.85.161.175] ([209.85.161.175:35235] helo=mail-yw0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/97-20342-D1058B85 for ; Thu, 02 Mar 2017 12:02:22 -0500 Received: by mail-yw0-f175.google.com with SMTP id d1so62402033ywd.2 for ; Thu, 02 Mar 2017 09:02:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=x0TFh7FrMJl4d/Rbp3vAZ4k/VTBK94suUIrSLmqEgMU=; b=OyjBYAABGtJP5pUa/UnOhQXIgSUThTLV8nJ1zWnadqWI0hd5wZWUIzcJ8RIXXyaXF4 L0fqFagmZTdiCUOhOfj1JL7+Oxd7XJIRBCL94kyU8Q6HrRZMjhiQcj9rTagqn0iGdfQA YZFljVM54ddhOSjEq0HyUSd/L/LSlPtBMizjmD5gDNslT3XxgG1i0kbVditgBvRAm9CT oxXyu2G0Ss1AF7TqjWu//sUKI6D+SOTQXhM75xuiQGNLYw1DLzJ3BY2ht++B/RpRQieF aLRZ9pneiJ4tI5VFKQJY9cq2x1gxtlsmJw5pp7NUMXglANiJ3NW+8PWbZllvnc3NKhJM FPDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=x0TFh7FrMJl4d/Rbp3vAZ4k/VTBK94suUIrSLmqEgMU=; b=GIvExVV19W/r9L4dJ7O/PtEDz5A2An1M0zipYH825TfBnK3VihNSK33NdbW4w7i1s5 N7oZpphCUeDYUfWa4KYsIhcHrEaTHfH6jyLdYXFQqw2KHe6LKomVbGCKvSr3GCvAfE+V wLwegUsR10DDBRxjeEsmEyhvQS55+6C72FAkz3rGAygM4iwLot68tq/K00ePGuVzRiam KmL/GEwg+6Fxhn+FXsadQU4j8WETxdwDt/IqlQQO5tmc8P6UEXm7v7htO3QZkIwaC67X IFFpEZTdSG8gt/URAnGwLXj4TBQT5Ncn+DOhr2BW2Ag2TPG1UcWlwBNS+SyZi+wQj19W XTww== X-Gm-Message-State: AMke39mx5U2gE9OPB6xeLA027bfAfCJ/PxIFvj1z8ZBBM1JY8n9i1yApJsdE7G4t698IvmszBxNFZYv+PiFzDg== X-Received: by 10.129.122.78 with SMTP id v75mr6518727ywc.67.1488474138523; Thu, 02 Mar 2017 09:02:18 -0800 (PST) MIME-Version: 1.0 Sender: jakub.php@gmail.com Received: by 10.129.72.201 with HTTP; Thu, 2 Mar 2017 09:02:18 -0800 (PST) In-Reply-To: <04cf01d29349$95cc1000$c1643000$@php.net> References: <04cf01d29349$95cc1000$c1643000$@php.net> Date: Thu, 2 Mar 2017 18:02:18 +0100 X-Google-Sender-Auth: -OBS9yxQfXtO_C3blathtfAMP6U Message-ID: To: Anatol Belski Cc: PHP internals list Content-Type: multipart/alternative; boundary=94eb2c0a7f4448c1f40549c264d1 Subject: Re: [PHP-DEV] PHP 7.0.17RC1 is available for testing From: bukka@php.net (Jakub Zelenka) --94eb2c0a7f4448c1f40549c264d1 Content-Type: text/plain; charset=UTF-8 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/ff8a6b1232b78abe0ad7de5a44af4be2b8839728 https://github.com/php/php-src/commit/e9873d9853da2b6153776c2e5ed6858e87f0baa2 Some discussion is also in https://github.com/php/php-src/pull/2330 Cheers Jakub --94eb2c0a7f4448c1f40549c264d1--