Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89557 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16491 invoked from network); 3 Dec 2015 12:20:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2015 12:20:51 -0000 Authentication-Results: pb1.pair.com header.from=php@hristov.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=php@hristov.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain hristov.com from 91.196.125.214 cause and error) X-PHP-List-Original-Sender: php@hristov.com X-Host-Fingerprint: 91.196.125.214 more.superhosting.bg Linux 2.6 Received: from [91.196.125.214] ([91.196.125.214:53585] helo=more.superhosting.bg) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/92-02069-F9330665 for ; Thu, 03 Dec 2015 07:20:50 -0500 Received: from [94.156.78.222] (port=47849 helo=[192.168.20.137]) by more.superhosting.bg with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1a4SsN-000hKM-Qf for internals@lists.php.net; Thu, 03 Dec 2015 14:20:43 +0200 References: <045401d12cd3$d7d57ff0$87807fd0$@belski.net> <565EA53F.5050507@php.net> <047301d12cdd$5e248020$1a6d8060$@belski.net> <565FD845.7090502@php.net> <007001d12da4$5b044cf0$110ce6d0$@belski.net> <565FFF89.2050604@php.net> <012401d12db7$a43cd410$ecb67c30$@belski.net> <56602062.90905@php.net> <56602433.8090608@php.net> <56602CB9.3000007@php.net> To: PHP internals Message-ID: <5660339B.6000805@hristov.com> Date: Thu, 3 Dec 2015 13:20:43 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <56602CB9.3000007@php.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - more.superhosting.bg X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - hristov.com X-Get-Message-Sender-Via: more.superhosting.bg: authenticated_id: php@hristov.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] PHP 7.0.0 final RTM delay From: php@hristov.com (Andrey Hristov) Hi, guys, just go out and say to the public, that due to Openssl security fixes which are awaited and thus because we want to ensure that 7.0.0. will be correctly working with it, we won't release 7.0.0 even as source until we are sure the QA procedure is gone. PHP can get really good bashing for being too hasty out of the door not working with latest and secure OpenSSL. You know me, I am far from a Windows fan, it makes just send. The Openssl update is force majeure. Best, Andrey On 3.12.2015 12:51, François Laupretre wrote: > Le 03/12/2015 12:28, Pierre Joye a écrit : >> On Thu, Dec 3, 2015 at 6:14 PM, Sebastian Bergmann >> wrote: >>> Am 03.12.2015 um 12:10 schrieb Pierre Joye: >>>> In my world, we build softwares from sources, then we may found >>>> issues. We patch the sources to fix them and make everything work >>>> together smoothly. >>> Are you suggesting that PHP 7.0.0 will be changed, re-tagged, and then >>> released without a new release candidate if you find a problem >>> building >>> it for Windows? >> Can you at least give me the illusion that you read our answers? It is >> not only about windows. >> >> I think it is confusing enough without trying to add more >> "suggestions" to the stack. >> >> What I am saying is simple. Openssl will release security related >> fixes today. Most if not all of them will hit 3rd party >> packagers/distros today/tomorrow/soon. Now, after discussions, waiting >> a couple of hours more sounds like a sane (if not only) move to ensure >> that everything goes well with openssl and php 7. If that's not the >> case, for example openssl breaks BC again, then it is a problem in >> openssl and they should delay their release or distros/3rd parties >> will delay the patches. It won't have an impact on today planed >> release of php 7. >> > For subsequent important releases, could we introduce a concept of > 'frozen zone' of one or two days before the planned release date. This > is a time where everything is ready to deliver and nothing is planned. > Any event during this time delays the date. That's one of the mechanisms > NASA has established to respect launch times and I find it quite efficient. > >