Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:120571 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 22784 invoked from network); 14 Jun 2023 08:09:12 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 14 Jun 2023 08:09:12 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 8B9AE1804C9 for ; Wed, 14 Jun 2023 01:09:11 -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,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS24940 176.9.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 14 Jun 2023 01:09:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1686730148; bh=BMD4X9ypUcCsOyeL1P/aIclD0GGj/GQPSWt7dUEqU0g=; h=Message-ID:Date:MIME-Version:To:From:Subject:Content-Type:from:to: cc:subject:message-id; b=gzzrMYRY1xBWLVaPp5cgWkPCgBeHXuUuir4F3TzVkhVWnf2mQfW/GRR6m8sTGqQUC 4pVCD6GHxIM+jbFFU6QhhQgQ35i6ZB4JvpVY3ImBodTeiySI0gs/WPo3eg1zv1yIxO vc+ZQ4boHILLc4lBJNB2EFiwvgENFJifrrAamfbaXMbSx0gV2QGa5pP+Wz61FDpskN Xhg82BKXUdhNoI/7Xs1kv9/beilu+J4TwxTfFzbiXmkYN3qhb+gv/+3zw1YydTHcEQ DUEvwQbGsyuibxM0tlpTysfZAo3DRu74zPLo5OC/IA+mjmh4BhsRGbMVqf3T/CrYMu iMrQFoFa3CVkA== Message-ID: <520a20d5-c13e-18e4-951b-a1423aeefa91@bastelstu.be> Date: Wed, 14 Jun 2023 10:09:06 +0200 MIME-Version: 1.0 To: PHP internals Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: [VOTE] Marking overridden methods (#[\Override]) From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=c3=bcsterhus?=) Hi I just opened the vote for the "Marking overridden methods (#[\Override])" RFC. The RFC contains a single vote that requires a 2/3 majority to pass. Voting runs 2 weeks until 2023-06-28 08:30 UTC. Please find the following resources for your references: RFC Text: https://wiki.php.net/rfc/marking_overriden_methods PoC Implementation: https://github.com/php/php-src/pull/9836 Discussion Thread: https://externals.io/message/120233 Best regards Tim Düsterhus