Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111097 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 35263 invoked from network); 21 Jul 2020 16:48:08 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 21 Jul 2020 16:48:08 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 6640918050A for ; Tue, 21 Jul 2020 08:42: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=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2, SPF_HELO_NONE,SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) (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, 21 Jul 2020 08:42:20 -0700 (PDT) Received: by mail-wr1-f51.google.com with SMTP id f2so21634676wrp.7 for ; Tue, 21 Jul 2020 08:42:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=beberlei-de.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=EWYHfi754dYGdzxXgLD3yVvakEJKIpgEqmCEAFJvimk=; b=eYU7hFnyTzebaGwll1BEHBj6yg/E3b70a+wj3rGUNRHrND3NUZLpPHM+M+TiFFo2kC rZ1YoPyvlBkDHCZ13/IZh7bC3y/G6ZRPp4J6HxLvadrUzDbDv/dCsgmXgkD4qvOu4kEN 3RfO5/RZQCMedsSO0Bhv877B8oQWs7sNf0+FfmgS7yxtiOdW1NmuTY+S56A60udKIKRL raDTBdyA9s8Tn+EshvUWWLHTNgne7UenoDeAtPZswKCR4wMChSyNI/2xQUv44VnQZfuL Cs9b/xqjMw7buz597iKTpolfEODdHZiNHWLKRQmfl2fsgnWEVZln233y688OjJPif1v2 fruQ== 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=EWYHfi754dYGdzxXgLD3yVvakEJKIpgEqmCEAFJvimk=; b=tdhK93t5g2gjTUJoxSTlmDb0Fh1Gasv55729i3iPKw53FgFUt2eUM3bYRN7+PP/Dqf qx12pmVsgDTOty/KAbzUehcF3CGwH+fWQFz0gS0Fi3RSlRTAG5gzq6HijqCLXRwzBSjX l0IWg/Lbub7beMP/m5hN5sN+cMKkhnhCjXSkDryeV4qpkOyvSdZxgSBCK7TgcUQFAft2 7SIwkfuvC38xu88nfcgllJIOJ23mzNlbgF/XYllwFDsw6imxTVnNmTFu0ZBzgui+mGPw 1XokAOPs9El9BiQ315FwoMtyxwAFyJzalwGBu59D7p8diCB4mqnbchK+e9AKjtP03g2u JUNQ== X-Gm-Message-State: AOAM532PIe0G2JoR3ZoizhZkmVtiOJpgZeNyEZ/mgT/IiIm7R9Kc/S7C EWa7f3goIhupO82NGsmQMQuPPxsKBVex09uCcnm8V4R9 X-Google-Smtp-Source: ABdhPJw4Qa0LOgFrsj2MgDTHL+LXjcuazcPbG4sDpJMKswTDOmzDVSWMQeUA5mYfSHfTaeJpswhpfu8E0/1MasXrYE4= X-Received: by 2002:adf:e6c1:: with SMTP id y1mr29183613wrm.116.1595346133613; Tue, 21 Jul 2020 08:42:13 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 21 Jul 2020 17:42:02 +0200 Message-ID: To: Sara Golemon Cc: Nikita Popov , PHP internals Content-Type: multipart/alternative; boundary="000000000000969b3505aaf5775a" Subject: Re: [PHP-DEV] 8.0 Feature Freeze in 4 weeks From: kontakt@beberlei.de (Benjamin Eberlei) --000000000000969b3505aaf5775a Content-Type: text/plain; charset="UTF-8" On Tue, Jul 21, 2020 at 4:47 PM Sara Golemon wrote: > On Tue, Jul 21, 2020 at 9:29 AM Nikita Popov wrote: > > > Just so people aren't surprised, I plan to start landing implementations > > for RFCs that are likely to be accepted in advance of the actual vote > > closure, as we have many RFC votes ending close to feature freeze. Of > > course, if something ends up not passing, it will be reverted. > > > > Sounds 100% reasonable, the two you have in voting phase are both looking > pretty solid. I'd rather have the hazard of a last-minute revert than a > last-minute merge. > the namespace token one is also a requirement for the attribute syntax @@ patch, which also requires another review cycle afterwards, so this way it'll be a little less time pressed for that one. > > -Sara > --000000000000969b3505aaf5775a--