Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111856 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 57946 invoked from network); 15 Sep 2020 05:58:08 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Sep 2020 05:58:08 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id EDA381804E3 for ; Mon, 14 Sep 2020 22:06:11 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-vk1-f178.google.com (mail-vk1-f178.google.com [209.85.221.178]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 14 Sep 2020 22:06:08 -0700 (PDT) Received: by mail-vk1-f178.google.com with SMTP id t189so497538vka.10 for ; Mon, 14 Sep 2020 22:06:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=NpuNOkzBeX2FzRaW3cDYtPQOhB5aHzt50h72g6vSzyo=; b=hK0iaFtOurftMRWbztWzpGP7qatW7eNwV990jZjkvRMt1XYsa149am6vtlNR/4K+Ku RFLda3PvPnI55A0f+ipfryojVOMQMCBhX3fnx2uHlobWo1FLEDozGHlGUv/zhwJVi5bQ MYK/eLXodoWPwZUxW1OCAzYYA5KoJo8dH6BrGlpEWjCilV5KBzAXpGS9wlX0mfLGCB1/ u0gMkb+/uKJQZa3evb05mnXg45QKsrTGl7lJRNTWY1GopX3EhAWCqZhbhzI0M+zeFXY7 KTn3HqQ7izppNPcXLH5Xsf0albq9zXmJcm8YD9QjjHMBkrcHMXN283s2HXst9sZkxWXJ h2qw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=NpuNOkzBeX2FzRaW3cDYtPQOhB5aHzt50h72g6vSzyo=; b=Bu+lF/6MenMOX1XXiQQ28+qRp2D1ryvEMzDCFB4qdP8zNvVoVh5JOKnQhQO0eEJkPd fRW6HggOXjJ6nnZWj8dxKEXK/ufapFrK/bw6tBNqfD0Ar/tL9YdXRXwilp1wOiuQHShk b3iN1rOYFE2K+wS6KgSTiNLKBe7+ZanmoIPDgaf/hPPbvD3tYJn9vi8B99QCSb9SBdYg ys0Gmnsl/ahtqqyp7DcQfBgPtPSC1ZfrD/GQNlg6yCb/WD1GYO48L9f4tXkyplUIPnfA QTOiuRaB+jpHpWfasnSx1vkDyvi46DP3diar8OJrQSc4YU/KF72vxO6fYWCaPEfDjPfN vMAQ== X-Gm-Message-State: AOAM532Wh0YBOEAGr0IgKSi4EgTYMof81piV9Vx1g8qDwZbFftZJiyZg Cj3AoLSXL1OmBBCgU1kgxJ+6E4l31YApxtKvjQI= X-Google-Smtp-Source: ABdhPJzaoz/ngnwwBqKAWOjZ6ycJvIVpgG5f7qB9BihEydFGeI3xZs3TktFgLqBnA0s6zbuHkWUbptKSrhSJ7HJJQ0o= X-Received: by 2002:a1f:a94c:: with SMTP id s73mr112307vke.19.1600146367520; Mon, 14 Sep 2020 22:06:07 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 15 Sep 2020 08:05:56 +0300 Message-ID: To: Sara Golemon Cc: Nikita Popov , PHP internals Content-Type: multipart/alternative; boundary="000000000000d327ad05af531b83" Subject: Re: [PHP-DEV] PHP 8.0 branch cut From: dmitrystogov@gmail.com (Dmitry Stogov) --000000000000d327ad05af531b83 Content-Type: text/plain; charset="UTF-8" This also gives me a time frame to clean up JIT code without hurry. I plan to separate the common JIT code, and merge JIT and VM helpers. Thanks. Dmitry. On Mon, Sep 14, 2020 at 5:55 PM Sara Golemon wrote: > On Mon, Sep 14, 2020 at 9:39 AM Nikita Popov wrote: > > > On Fri, Sep 11, 2020 at 6:49 PM Sara Golemon wrote: > > > >> Next Tuesday, Sep 15th, has been marked on my calendar as the branch > date > >> for PHP-8.0 which would open master up for 8.1 targeted work. > >> > >> This would mean that bug fixes would need to include PHP-8.0 in their > >> merge > >> chain (meaning more work to merge 8.0 targeted fixes). > >> > >> Please let Gabriel and I know how you feel about this date. I can see > >> that > >> master is still quite active, and I don't wish to make the work to > >> stablize > >> the 8.0 release any more difficult than it has to be. > >> > >> > > > > I think it would be good to make this week's release beta4 rather than > rc1 > > (without affecting the rest of the schedule). In that case we'd also push > > back the branching and final ABI freeze two weeks. > > > > We're close to done with the warning to Error exception promotion task, > > but haven't really started on reviewing and consolidating parameter names > > yet (in preparation for named parameters). It would be good to have that > > work mostly finalized before RC1, so we can limit the number of nominally > > BC-breaking changes past RC1 (I expect we'll still fix some things that > > slipped through the cracks, but at least we should prevent any mass > > changes). > > > > > Yep. This seems like a reasonable adjustment to the schedule in order to > finalize these features. I'll do beta4 tomorrow/thursday, and we should > plan for RC1 branching in two weeks. Wiki ( > https://wiki.php.net/todo/php80 ) > has been updated to reflect this. Note that I have NOT moved the GA date > at this time, as that would push us into Dec 10th. Though as the date > approaches we may decide to add RC5 back in for safety despite the > perinavidinal timing. > > -Sara > > P.S. Yes, I made that word up. You know which one. > --000000000000d327ad05af531b83--