Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112024 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 74458 invoked from network); 8 Oct 2020 14:43:12 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 8 Oct 2020 14:43:12 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 5E7DD180502 for ; Thu, 8 Oct 2020 06:57:07 -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=1.4 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-lf1-f48.google.com (mail-lf1-f48.google.com [209.85.167.48]) (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 06:57:06 -0700 (PDT) Received: by mail-lf1-f48.google.com with SMTP id j22so1060042lfe.10 for ; Thu, 08 Oct 2020 06:57:06 -0700 (PDT) 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=U5SePOMdGZoOuQXoFWye92nzt4+NrcAXTLso9DDR6oA=; b=TnVfqnxijpFey/M35KDTLJpxKQxaP7DdYN2Bm0JCVwj8+pVebOIQBi/ZyTB3Ozp/ED 9pKOet2d8d070aH0ZJ6CISqO+jhRa7ohji3DiE9pboG1xQA/coMlTBxEr1MO7FRMd+/N N4ZGZhMpVGtzWRskmQZU+OWYpXrjGt7LIuNnWcg39itloNeCdL9VecA8w8FarVKz61S4 fjsszJssyctlTlxEEe+1Q/epUoRKqzBqtPdF/O6sGqyjXY0EHJ7pLQAq28UyJbakcP8Q P4DcHFN3EpBjymsVDkOP5GqNMthI9929X0rWyVR203xzZLdV/ya8FjpJjDgYH4iFMD4V Aa+w== X-Gm-Message-State: AOAM532SaRIpPigmhfjqTXJoKQuiX7cMYVFI/3UJFlIH6ogachg/pTk8 fMs9tuBeMBw2duZg469EmXdYmEui/TdHX/uWAw6zPA== X-Google-Smtp-Source: ABdhPJxgwMtqAdkGu3SxdUPsoETt2aJnn/DJX8yHPNbe3eVyTIkmeSt0i3zJSsgxfuH0M2qQCc3vl11S4G7cxicG+1A= X-Received: by 2002:a19:7605:: with SMTP id c5mr2922365lff.116.1602165422843; Thu, 08 Oct 2020 06:57:02 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 8 Oct 2020 08:56:52 -0500 Message-ID: To: Nikita Popov Cc: Gabriel Caruso , PHP Internals Content-Type: multipart/alternative; boundary="000000000000e67f5805b1293439" Subject: Re: [PHP-DEV] PHP 8.0 branch cut - The Return From: pollita@php.net (Sara Golemon) --000000000000e67f5805b1293439 Content-Type: text/plain; charset="UTF-8" On Thu, Oct 8, 2020 at 2:49 AM Nikita Popov wrote: > 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.) > > Traditionally we've done that with a release (on an every other tuesday), but there's no reason that /has to/ be the case. No objections from me if you want to just cut it. -Sara --000000000000e67f5805b1293439--