Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115741 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 6520 invoked from network); 15 Aug 2021 23:14:35 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Aug 2021 23:14:35 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 95E451804B4 for ; Sun, 15 Aug 2021 16:46:23 -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, 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-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-vk1-f171.google.com (mail-vk1-f171.google.com [209.85.221.171]) (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 ; Sun, 15 Aug 2021 16:46:23 -0700 (PDT) Received: by mail-vk1-f171.google.com with SMTP id bb10so4029224vkb.9 for ; Sun, 15 Aug 2021 16:46:23 -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=0Fr4DxIRYkZuSFiRH8c/Gn4dR/St7d3KOY9Xnvbac0k=; b=ZnvU+WrnBP40nuRGRDL7Eyu8Zy0nvmFZUbVWbXnt8TdMQlnTHy1SKNlTYUIxiOKuLl qW73jvSIim6452a1Y5x2qE1T/JIUckLXgs6xhWlHq1xwtciCdiNwyyipODbcmWCAPiJE RwB0JFxz6+4+0HLL2yaZo6V8KipPIk7AoDUenICMENf8pHcs4BGT/Rf9VSe9t7P5a9zb 4Ck9tIRRxWQxGAsmh283EC4l461rAbCavkeODjf5S593UpNlDxrvYkKyrvnUS7kGdUnn EfSgHfbcG69Top9+hYT9QVC0ozM1SJl1AwCp3SIjsBYncKFLU0/sk3yedjFMDdBfghOs VvDQ== X-Gm-Message-State: AOAM531hYpQBBfq34G/7f2oNP6CkJ2ZQ/is1/oQhD3B4Mrx4QLAcSnMu YHQqcwQFbYCrKaLk6NCftleJY2ui64suMnDPuw== X-Google-Smtp-Source: ABdhPJyTUvUwLa0NS0HR4s59yGeAlhIEWfLC2PPM21iMf/rQff2qpRNjxFvxZNGMx866MoWMozFtgl7YmA43s6kyHLs= X-Received: by 2002:a1f:a006:: with SMTP id j6mr2493149vke.14.1629071180961; Sun, 15 Aug 2021 16:46:20 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 16 Aug 2021 01:46:10 +0200 Message-ID: To: Nicolas Grekas Cc: PHP Internals List , krakjoe@php.net, Ben Ramsey Content-Type: multipart/alternative; boundary="0000000000000e1c4405c9a1b110" Subject: Re: [PHP-DEV] [VOTE] Nullable intersection types From: patrickallaert@php.net (Patrick ALLAERT) --0000000000000e1c4405c9a1b110 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Le ven. 13 ao=C3=BBt 2021 =C3=A0 11:35, Nicolas Grekas a =C3=A9crit : > Hi everyone, > > I'm happy to announce that the vote for nullable intersection types is no= w > open: > https://wiki.php.net/rfc/nullable_intersection_types > > It'll close in two weeks, on the 27th. > > Cheers, > Nicolas > Hi Nicolas, I am afraid that this is way too late for PHP 8.1. We are 2 weeks away from RC 1 and we are in feature freeze. I would recommend closing the vote and re-open it for PHP 8.2 unless I missed something that justifies breaking the feature freeze rule. @Joe, @Ben Ramsey : your opinion? Cheers, Patrick --0000000000000e1c4405c9a1b110--