Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111329 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 7385 invoked from network); 4 Aug 2020 19:41:37 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 4 Aug 2020 19:41:37 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 5E7AF18053F for ; Tue, 4 Aug 2020 11:39:21 -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,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-io1-f41.google.com (mail-io1-f41.google.com [209.85.166.41]) (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 ; Tue, 4 Aug 2020 11:39:20 -0700 (PDT) Received: by mail-io1-f41.google.com with SMTP id j8so30928776ioe.9 for ; Tue, 04 Aug 2020 11:39:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=datadoghq.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Gwk8ZNleVtD1TMMqNgU2C0d+vEKhz2L8jKFzcnCIfMg=; b=N7bWJGKLY1WUOGtENYgLGYT6HLkc8q+GFpi/g3FPQ7mzagPFLaxqZ2STVhKZB5wXEw og0uSbHEm2pxJDSuJfAvxbpqDEKyQCoRNRAavWsKxWC3sKh7EPcw4WKdSK8ipnRCgMpR +4BVg2ZF8/AK+QEBfiLUPXvS+73dMA9ZvpRd0= 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=Gwk8ZNleVtD1TMMqNgU2C0d+vEKhz2L8jKFzcnCIfMg=; b=BSPzYryoq/TvDrSCMM9rP7dY2gqSZU2yQTbjBqYAHCvDp2cYIHPWExNnBCgTJKFmkd HwBXjfTGqbXDqRuXQHZUN2u+buC1eEPXkoh8bDCYdElZPpgf4MXmL+Lk3AyTUt8wZHEE BtXBDoLZQ2RY3JIgPSiur+c/fh9Q4tOycRvlhl8V/wCaI5pmGrIyGSiOeHfRFsRq474T RjJXRIhHXuetnbXkcq41BWRHlFVHreNRr/PnIgaoXrVkuM3htD5Sp/+huEyXYoNfep6q sRt5NI/CkGl4D4AXoYDJujQFFSCG/9RxN64661fctacYW0oE0EcihhUcLPt+Dd0A5OqP hujg== X-Gm-Message-State: AOAM532GiWLvlhPRvDORoTfAbr5QhzEhM8OCp1t6/4g0tARtut3Wpxbd bkmVXmyCPc6lgoqcHvVUT818R9yXIDpTSOSEX9FAAQ== X-Google-Smtp-Source: ABdhPJy2VUdfcBBz3YPWsgb098wKmUmelBL3bVIrxGfLswZ5HhMYQ+5K3Abd5O3ysBci5Qtf+mMWBzagZuW/Xvx2gwg= X-Received: by 2002:a05:6638:305:: with SMTP id w5mr7650285jap.10.1596566359222; Tue, 04 Aug 2020 11:39:19 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Reply-To: Levi Morrison Date: Tue, 4 Aug 2020 12:39:08 -0600 Message-ID: To: Sara Golemon Cc: Nikita Popov , Gabriel Caruso , PHP Internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] 8.0 Feature Freeze happening today From: internals@lists.php.net ("Levi Morrison via internals") On Tue, Aug 4, 2020 at 12:22 PM Sara Golemon wrote: > > On Tue, Aug 4, 2020 at 12:01 PM Nikita Popov wrote: > > > Sorry, I didn't catch that this message said feature freeze *and branch*. > > > > Please do not create a separate PHP-8.0 branch yet. A separate branch is > > only needed if anyone wants to start landing changes targeting PHP 8.1 > > already -- as far as I'm aware, nobody is actively working on PHP 8.1 yet. > > > > > This is how we've done it since we adopted the formalized release process. > :/ > > > > Due to our git workflow, creating a branch now means that every single > > commit to PHP 8.0 will also require a merge into master. This is a rather > > big waste of time and CI resources if we expect PHP-8.0 and master to be > > identical in the near future. > > > > > I, for one, plan to start pushing resource->object conversions that are > targeting 8.1, so to me it makes sense to have that development branch open > already. > > Do others feel strongly one way or the other? > > -Sara I would prefer that we commit to master until RC1.