Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111328 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 5418 invoked from network); 4 Aug 2020 19:24:54 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 4 Aug 2020 19:24:54 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 1FE96180554 for ; Tue, 4 Aug 2020 11:22:39 -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-f42.google.com (mail-lf1-f42.google.com [209.85.167.42]) (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:22:38 -0700 (PDT) Received: by mail-lf1-f42.google.com with SMTP id h8so22877874lfp.9 for ; Tue, 04 Aug 2020 11:22:38 -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=y4g75iqzftgTENXl2CBYPnP7uKHoWEEqR9SVccVyHPA=; b=n1f567Y3pXNkkzLIfsemL/M+3PkOde0/y/2BuQY3yc1NhlEVTbzUGzE8oi6xw9QYyG oSJNZ6fEYgW5megZiKkIn8KhxOYfEsjXwpQF7pUREsjx9yqtjM66MxqXoBiNh9Cw7dh/ pdJ8h9xlNFK9/OiBGPHb7F8ldCFA7F8Y0xZzB5LJK2/q2DYO+MRIoW5axYyIg2XaIxTA 1DA04GxWWja2SEKG71S9rqNq0z816IEWGUS1MvIT3u6Wp399w3Q80+f/2ezEZD/nQFen t3lIaaNrZkPZnQGYR9vWq+GoasroI41QAFKvHOsTz5pYIzXQ0xuOQ2Hs338JOmm3jaCb 8Lyw== X-Gm-Message-State: AOAM531E0rFhBwD9nW/AGPKBA8RchPD1dfuNrNaJpqSRA0Ug2b+X6htV Js6oW+WjvGWrcfHDCO8/d7wx48g0ogiLnNKYRkQ3Fw== X-Google-Smtp-Source: ABdhPJww9wUKSzW+1IFwUcX+0o+XjgH20It3yhiD+Ons0KZw4WbR+70E+cOCPhi2yieuy226va15y6TMYVU8C2+OVcU= X-Received: by 2002:ac2:58d5:: with SMTP id u21mr11363715lfo.31.1596565355152; Tue, 04 Aug 2020 11:22:35 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 4 Aug 2020 13:22:24 -0500 Message-ID: To: Nikita Popov Cc: Gabriel Caruso , PHP Internals Content-Type: multipart/alternative; boundary="000000000000daf47105ac1156e0" Subject: Re: [PHP-DEV] 8.0 Feature Freeze happening today From: pollita@php.net (Sara Golemon) --000000000000daf47105ac1156e0 Content-Type: text/plain; charset="UTF-8" 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 --000000000000daf47105ac1156e0--