Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112023 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 49516 invoked from network); 8 Oct 2020 08:35:38 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 8 Oct 2020 08:35:38 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id CFAC41804C0 for ; Thu, 8 Oct 2020 00:49:29 -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-lf1-f51.google.com (mail-lf1-f51.google.com [209.85.167.51]) (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 ; Thu, 8 Oct 2020 00:49:29 -0700 (PDT) Received: by mail-lf1-f51.google.com with SMTP id u8so5421381lff.1 for ; Thu, 08 Oct 2020 00:49:29 -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=DDqW/EH9T41YgWPgRaSaY8eC31SNZcbm0MGyUT7HbmI=; b=DgBd+AITvHAPTWjOCCGvxTHcyaOyDP/4OWzl7RDe2f/kk87YuRvVcsXRvGwduLtMh4 67bXk+V5CwJLrEB9h+yULDzw+EcsOb0eXSfL4136i8WBjEhOt6cY5XrB2uNR4rsMrMwn aZXeqc0xVo5dM7sajfwdkOQEoNnC5s1LC1yleGU4B/RcFdNUcsaMUE5PRYi26R3luBTd oNGAprDloWboueZq9rlx7EG30BlMb5xyxjjLH8heBi9rEfnHW7io9mnVqNlL0a46yVd6 s33EKggQHo+ezktKLrjR9rLCS+rGx8HN6el81+yaoFBbWp5JyrJ9yUg1Um+6nfoq9RwB wNow== 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=DDqW/EH9T41YgWPgRaSaY8eC31SNZcbm0MGyUT7HbmI=; b=IgFhWSv38h+0hBXD9DnatVI3Ris21lP5v9VklrpMHQVNPc2Q38XH4mlRwIEw9GiRJz kEYwIkPaZw1qP57WlZS7Mcm33z8vkIHlNYpeNjxsOgtt4cqtBNiRJgFJUz5NDtYn4BAT Join0ZPiUQSRqdPaeHYZMoXTzQMU7fBPfwDnV2Fv2G4p677/JKE+egXwn9PJPvGVLpni VUCsQ0xJ40zdggroqJVlZTIszObt9GWgwChoFJw+gNdwGQ4HEv58upQMyevUgiGFmENd SyroVovnkL3SL1vsYlqRyzAjcBbntj2YZ8ywgFgUDR9eXEJLpj3OhKyTMI33wMUxWBBL vNkQ== X-Gm-Message-State: AOAM5326i4y/DPgZ3X2HWjI0x38gAX86UjovpbchaPEgxDVS2VV6vdzX ripm20lSqXSvqZn+DJsxGbP1YdfvMLkm93mU1Iw= X-Google-Smtp-Source: ABdhPJw/T9ZMQRYUV6L0/6OeUYv9WvwZh5zR3sw714H5Oe30TY5JhZ7lVKbmf8U39GZUwILRKCLuUfDrRM7alu/fH2c= X-Received: by 2002:a19:f71a:: with SMTP id z26mr2042765lfe.90.1602143363919; Thu, 08 Oct 2020 00:49:23 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 8 Oct 2020 09:49:07 +0200 Message-ID: To: Gabriel Caruso Cc: PHP Internals , Sara Golemon Content-Type: multipart/alternative; boundary="00000000000015f35905b124128c" Subject: Re: [PHP-DEV] PHP 8.0 branch cut - The Return From: nikita.ppv@gmail.com (Nikita Popov) --00000000000015f35905b124128c Content-Type: text/plain; charset="UTF-8" On Mon, Sep 28, 2020 at 10:56 AM Gabriel Caruso wrote: > Following Sara's email a couple of weeks ago, I come this week with a > similar one: > > Next Tuesday, Sep 29th, has been marked on our calendars 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 Sara and I know how you feel about this date. We can see that > master is still quite active, especially with > https://github.com/php/php-tasks/issues/18 and > https://github.com/php/php-tasks/issues/16, and we don't wish to make the > work to stabilize > the 8.0 release any more difficult than it has to be. > > Thanks, > At this point we have a number of PHP-8.1 only changes pending, so I think it would make sense to go ahead with the branch cut now. Any concerns with doing that today/tomorrow? (I don't think we need to synchronize this with the next release.) Nikita --00000000000015f35905b124128c--