Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110511 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 16559 invoked from network); 15 Jun 2020 10:23:01 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Jun 2020 10:23:01 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B62D11804E1 for ; Mon, 15 Jun 2020 02:08:10 -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-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) (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 ; Mon, 15 Jun 2020 02:08:10 -0700 (PDT) Received: by mail-lj1-f177.google.com with SMTP id c17so18205686lji.11 for ; Mon, 15 Jun 2020 02:08:10 -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 :cc; bh=HxmaJp85k4zpEF8pPxulJC78ugCPhpkTKLjimURkJgo=; b=JtgP1mZSBsRTn66MkIkl1xPhTa+YDdOZUhB3yKUQSd2gXKYFb6C2OhUqkaHvVznokr nkz5hy9bXulZwLlgp5l6xbmYZDzXc+psvIX4RC9MNAiiYIAk4jF385cHVnSJhyXd/tcO 6woBQDKNkK6T5Om2WlMN6+XhvB77ksFIpYz+n7VPTvEySGgO7zDagZY/tdLXViQn9Hn7 wiA6P4ygwCZbGADgbRjajDdjvNybkHNPXoLLuGloCzBIoaoN7zGcIymsVhRZo3faG7EH q0b5bPtYBMng8mivnjWqsP2TQOR1hopeEPh7Q92l2fTeEtOHrhJVkxOxsQ2X13pGxPAT pC3g== 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=HxmaJp85k4zpEF8pPxulJC78ugCPhpkTKLjimURkJgo=; b=hLtQEOnBdsqLddw7goSduNfICeSCYSa9exjeNrEP8c0Qp1q7p/DIbVxyWiKoL4CyAb EOtM6Jq9ApDBgqgLtzAUWEbCOXXUY3jjT6I6iYnlPrl4VPx4tK8D8dok2vpS7dAhj67e 30qR5GQyshehrMoR8kmkt5H3cGcwRTruz2tPZo4jRZV2aoISVXVwCyJ/iCPaXQw6NenV NnTe2iC5D/drKv7+t7O04MP29UML+avUmo5hjb5jKrZAYzMUFZaCsWJN6v8ZLSkt+Vbx aig4kfARMi65hBEUWZ4vjGvSDKlMHlljmOJqBGWPJoi+UHYeEWs6Y4MC+ZybVQF1IVfJ hoUA== X-Gm-Message-State: AOAM531ctdHKsQGM/l40DcpRhep+x2vQxkYgzAmOhy/jxRHn4Z1tIHfE McX7lebyRGIa3T8HqHzMBlZtM7yKy7UnfVohEw3zV9QF X-Google-Smtp-Source: ABdhPJxOmdV5jDzwWQpYL/wA7WtKis+udqJXbih9AUK6pShP7RF4SbnL8mvsKnzH/esFq1VgN9MkLfM/FvPBojCptcU= X-Received: by 2002:a2e:5c47:: with SMTP id q68mr13507638ljb.30.1592212088645; Mon, 15 Jun 2020 02:08:08 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 15 Jun 2020 11:07:52 +0200 Message-ID: To: Benjamin Eberlei Cc: PHP Internals Content-Type: multipart/alternative; boundary="000000000000f36ab505a81bc3fa" Subject: Re: [PHP-DEV] [VOTE] Attribute Amendments From: nikita.ppv@gmail.com (Nikita Popov) --000000000000f36ab505a81bc3fa Content-Type: text/plain; charset="UTF-8" On Mon, Jun 8, 2020 at 10:13 AM Benjamin Eberlei wrote: > Hello internals, > > I have opened voting for four different amendments to the Attributes RFC > > https://wiki.php.net/rfc/attribute_amendments > > The voting period ends at 2020-06-22 8:00 UTC. > > greetings > Benjamin > On the constructor promotion thread, you briefly suggested that it might make sense to move attribute validation from the newInstance() call, to fetching the attributes, and instead provide a flag to fetch unvalidated attributes. Have you given any further consideration to that approach? Regards, Nikita --000000000000f36ab505a81bc3fa--