Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115224 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 93435 invoked from network); 30 Jun 2021 07:35:26 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 30 Jun 2021 07:35:26 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 3B6C71804B3 for ; Wed, 30 Jun 2021 00:55:38 -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=-0.2 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,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-lf1-f51.google.com (mail-lf1-f51.google.com [209.85.167.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 ; Wed, 30 Jun 2021 00:55:37 -0700 (PDT) Received: by mail-lf1-f51.google.com with SMTP id a15so3426560lfr.6 for ; Wed, 30 Jun 2021 00:55:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=TAWqm3mZev+QHZJXSyZVmM4B2ZTfsfIP3G35NfWb6y4=; b=o75Uh/gfgltoCKRYNAgRhiW1hYbnL+W8SGI5YkeSpHVYAP25rj4K8eaynkLJ9xHzzI s2EgzY8p24dJgSW5IOeDxPq9PD/sCxq5Na7t+Fw+X/2tgZcKBjVrDnfdwBtQU/SG0FI0 h0Ky8u53RtMO0K59zrIiZ8drg7KkAIWO//+yThCo0ispRlPV6A01RDo85dJw8Nr4PIKy ljOkG9+5LSVJ9dv9BJz3p4CtRXMdVzLrJXQ2xEQutLA7aEMMSIsM8yDfECMaJb/WK0mX nOdbgpDm4CIADK0kAw5+PLVJNZzQdMVN53Q4IeuCTvDuU56Nvrsbz77LNftj+/tOFNsw VHoQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=TAWqm3mZev+QHZJXSyZVmM4B2ZTfsfIP3G35NfWb6y4=; b=QwYNpmGFiRCcDM/0mX52XmUymxxm6ixiNKS7TIzIFdvqJDyxw1BHCCVGcQEgS8To5E Z47OzB4FdwLLWztpZjC4QiuN3x4pCwhWb31dv+J/URZXunrS11Vf42PemV+n+FCU72Cz mqWLxu/jR86Z7eX7GrrlQRfKVHKgEi9Z3gAngxW/pVID7Xfitvrp71Msb9k1lf/nRr86 GrQfY/RCXtIBkusI4Moxfg68dAg71McRT8iLUNF0XBZD2/gkYrc7Px61JNHX+qGKLEos hY2+N5hOWWM9wQ+OjYLQYth+aWa5whjTJYdtRCwtfGEbeubhgRpqiF7Wxh6mJEE8LRID 1bsw== X-Gm-Message-State: AOAM533FLkJ5al+XPGO9MbUwXClcgWdZO+X0GVXCEmuC6BeT9Y2o+erc PAhzWOvbMTxy+kZk7Ue5OdFaKOqrXipYo20SjrUTXL13N6dmbQ== X-Google-Smtp-Source: ABdhPJzym07Y9g1fufJ8/YlVq/Ln4WsJNFaq8wZV/S1dQZF5JTGQ7XJgzje+aheIrAo3xwGz4l76WW21FjT9jAQA9X4= X-Received: by 2002:a19:6d06:: with SMTP id i6mr25593727lfc.223.1625039735416; Wed, 30 Jun 2021 00:55:35 -0700 (PDT) MIME-Version: 1.0 Date: Wed, 30 Jun 2021 09:55:19 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000002ce8ee05c5f70ccb" Subject: [Vote] New in initializers From: nikita.ppv@gmail.com (Nikita Popov) --0000000000002ce8ee05c5f70ccb Content-Type: text/plain; charset="UTF-8" Hi internals, I've opened voting on https://wiki.php.net/rfc/new_in_initializers. Voting will close on 2021-07-14. Note that relative to the original RFC, new support is limited to parameter default values, attribute arguments, static variable initializers and global constant initializers, and not supported in property initializers and class constant initializers. The discussion thread https://externals.io/message/113347 has some extensive information on how we got here. Regards, Nikita --0000000000002ce8ee05c5f70ccb--