Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:115423 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 54552 invoked from network); 14 Jul 2021 06:57:27 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 14 Jul 2021 06:57:27 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 1413F1804C4 for ; Wed, 14 Jul 2021 00:21:09 -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=-2.1 required=5.0 tests=BAYES_00,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-lj1-f181.google.com (mail-lj1-f181.google.com [209.85.208.181]) (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, 14 Jul 2021 00:21:08 -0700 (PDT) Received: by mail-lj1-f181.google.com with SMTP id y7so1532202ljm.1 for ; Wed, 14 Jul 2021 00:21:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=Krf1P6tL68wCgXsFhiECJNUrUzoR8wcWyL1DjaZ6ufI=; b=OcLKK4X0S/NY967QlJBgGOx85vS7HWw5Dsxchs53vTMGGAE9pQw7/p/ImqYWN5G1L4 Mj3Ln2qv2yIJ+NL+CEvsZLyQoDvkSWV88bfj+dvwtCEjB4wSVvZ7cAkpWOUxu4EC7l5K 75gAPrk1GWwBM93ErHKE8RcPWv4/Tx1M4ycWFDpMEIiyWIggLMp5wUZORXNhC0FGUY2g HhvHK8cByQVFYAyRnHgz9MHTZ/bCa9qtd2R+A59aHzIzaN6DeTFIvWFu2h4x58h4E1Uv zDK7YZ4wnOXq5N3pfS7kbKz0f20K8W8kGqUOAgu8vpygk/y0ulKxPTWzZzaDYN/65/PO Pm2g== 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=Krf1P6tL68wCgXsFhiECJNUrUzoR8wcWyL1DjaZ6ufI=; b=UPtmNMbIbQEBGu+pq43JN4nBrlRQ6f3NN0jLUvI8oxfz9OZVh8/U9UqW+8EA/V1wAz xWiurGuwdHXuHjnLjxh//nDP/ekuSy6Cz2uL2E13i9PnV6fckdHukd0GdZD5sWURCHGi mPIHJ1Jr8zb7V/OgPt7tocqDCWYZtBTeleLd55VX9VHIZcGh3zb0vTu55vpkfozkLO16 4Qfs15dpJyardwXb5CAR0FpTMQAAkzB49GYRSOjYFlSl0vXdHwALOIOY0xi0nzZrT6dL bo9EIyVz4vmVDew8/GSGn3HIZLBu238Rz+VetKmJP6uHUEFYmgvbZYL+YFE6MiWwZjUV mnmg== X-Gm-Message-State: AOAM530XYkXCajfnPDZIBSa8PhgnPHxlI5UZpVfl9EJ8QuWogLT0ctle spmX9dtUEJrN529EUC9/0VJcl261JBq2r+fqbOt3k4O/thw= X-Google-Smtp-Source: ABdhPJz5IwjffpmeKp9Q3aetJ9GTBJ0CWb1clHbY1i38Ck+XP0cQceeZIGjf9RRDPMCFi8aJBSyiHRw/HR1jcjoEmJY= X-Received: by 2002:a2e:990e:: with SMTP id v14mr8254705lji.353.1626247263697; Wed, 14 Jul 2021 00:21:03 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 14 Jul 2021 09:20:47 +0200 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="000000000000783d9b05c7103218" Subject: Re: [Vote] New in initializers From: nikita.ppv@gmail.com (Nikita Popov) --000000000000783d9b05c7103218 Content-Type: text/plain; charset="UTF-8" On Wed, Jun 30, 2021 at 9:55 AM Nikita Popov wrote: > 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. > This RFC has been accepted with 43 votes in favor and 2 against. Regards, Nikita --000000000000783d9b05c7103218--