Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111960 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 20085 invoked from network); 29 Sep 2020 22:48:14 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 29 Sep 2020 22:48:14 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 950D91804AA for ; Tue, 29 Sep 2020 14:59:57 -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.1 required=5.0 tests=BAYES_00, FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,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-il1-f195.google.com (mail-il1-f195.google.com [209.85.166.195]) (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, 29 Sep 2020 14:59:57 -0700 (PDT) Received: by mail-il1-f195.google.com with SMTP id z5so6486221ilq.5 for ; Tue, 29 Sep 2020 14:59:57 -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; bh=rUMVJ2asLLNtPuKD+EODzXgO658WE8PV9JOmZOR5IdA=; b=mYNFwOs0nF0ekCeAUwD3MnI1h7AJxAqz+PnEMT2RqvxpVpaZH1OJvs26vTI6BqMMfC KiN5lbzjlz3em3xEhhviwA9KLioHiToxbAzXIhR/js3yzlEJfk+0L4d77eCh6JbinZ2o BEqhqVFYOG8KZdUaOqrwiRracwXIO9TqDNv+pC3i/jjUtvs98BEK0J/1XBcKfR5Ic4NS qpONi+uhrEBMKbimu5PiNbPj3EsDqJN7rPVvOA+jtfBN4IkI8iw6z/TcBHzkwgjhhder fU4EdtIaC8+4pSPHDGRTx2eEyiGiL5v0BPX1nMM2cLS6BXjPZX+Dtv8SXYWVe3+yCNZV YIRA== X-Gm-Message-State: AOAM533j9TTYZnzgw4BwbJePT69XcssoOvzbx63WTCSVw1OTOH1GpSca P4P7yY/BhgQ2y/aoxiziZXOEYNuyY0cbAw== X-Google-Smtp-Source: ABdhPJykeefmD+afYiskxkmQvgWN4JI7wIVjtMwq2Ok8tlxnm4WvA6bECrP5Ej0vk84h/FBh8jbPuA== X-Received: by 2002:a92:4898:: with SMTP id j24mr4946164ilg.169.1601416796400; Tue, 29 Sep 2020 14:59:56 -0700 (PDT) Received: from mail-il1-f170.google.com (mail-il1-f170.google.com. [209.85.166.170]) by smtp.gmail.com with ESMTPSA id d23sm2273292ioh.22.2020.09.29.14.59.55 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 29 Sep 2020 14:59:56 -0700 (PDT) Received: by mail-il1-f170.google.com with SMTP id t12so6487078ilh.3 for ; Tue, 29 Sep 2020 14:59:55 -0700 (PDT) X-Received: by 2002:a92:360d:: with SMTP id d13mr4375772ila.99.1601416795644; Tue, 29 Sep 2020 14:59:55 -0700 (PDT) MIME-Version: 1.0 References: <3043b7fa-af42-6fa1-673f-a4e188f2eddb@php.net> In-Reply-To: Date: Tue, 29 Sep 2020 23:59:39 +0200 X-Gmail-Original-Message-ID: Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary="0000000000003de99505b07ae735" Subject: Re: [PHP-DEV] PHP 8.0 branch cut - The Return From: carusogabriel@php.net (Gabriel Caruso) --0000000000003de99505b07ae735 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, 29 Sep 2020 at 14:29, Nikita Popov wrote: > On Tue, Sep 29, 2020 at 2:18 PM Remi Collet wrote: > > > Le 29/09/2020 =C3=A0 11:55, M=C3=A1t=C3=A9 Kocsis a =C3=A9crit : > > > > > Personally, I think releasing RC1 is realistic now, since parameter > > > names in the most important extensions (- ext/spl) have already been > > > reviewed. > > > > I agree, nice to have "internal" API freezed, and released > > to give extension maintainer enough time > > > > I think parameter names (public API) still can change in next RC > > as named parameters are not yet widely used. > > > > If we choose for another beta, this probably means we'll have > > to move GA date by 2 weeks (to keep same RC time, already reduced). > > > > I'm also fine with doing the ABI freeze already now. I don't have any ABI > impacting work planned, the attributes/strict_types changes were the last > bit. > > In that case: > * Bump ABI numbers and tag RC1 today > * Continue working on parameter names afterwards > * Cut the PHP-8.0 branch sometime in the next two weeks > > Nikita > I'm gonna borrow Nikita's idea, and tag RC1 today without cutting the PHP-8.0 branch. Thanks everyone for your input. --0000000000003de99505b07ae735--