Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:120711 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 53162 invoked from network); 28 Jun 2023 08:35:09 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 28 Jun 2023 08:35:09 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 1F71D180505 for ; Wed, 28 Jun 2023 01:35:08 -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-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 28 Jun 2023 01:35:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1687941305; bh=qAqHMFy5bfL+sx+M5DJDBPjXPjO8bzhJBPswSueNirA=; h=Message-ID:Date:MIME-Version:Subject:From:To:References: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=AkW/iukuN/6goKiXptJhWIf35i0qu67GNN/eSj7SckY9DehRYx6rjZS7xr/1AEDlQ pPXzjtEGZjoSat3lb9BxrCM0ADSLeZu/0XZ1XCmi51lfN6tBzovvOEOOArrqOruzLF CCRyJfymQY+u4GLCQjJXCXuXGuIUsFmVdNcFI9smQM1Smudfd6Or8LD5xtLw8MSQkC 5/RmQGXGKUCVim6hK0DjaI+HKJnqwGhREItUa6rzQL6D4h7K3WAblQxVv+v8C2uKCK CoiSVU2MsNebUsGZbz/+3Iiz2DOqbdKQ48Zx18byZHRJIqeYkmOwppGMvu0Hav9TV+ fyHcAN5bUhO+g== Message-ID: Date: Wed, 28 Jun 2023 10:35:02 +0200 MIME-Version: 1.0 To: PHP internals References: <520a20d5-c13e-18e4-951b-a1423aeefa91@bastelstu.be> Content-Language: en-US In-Reply-To: <520a20d5-c13e-18e4-951b-a1423aeefa91@bastelstu.be> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [VOTE] Marking overridden methods (#[\Override]) From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=c3=bcsterhus?=) Hi On 6/14/23 10:09, Tim Düsterhus wrote: > 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 Voting is now closed and the RFC is accepted with 22 (Yes) to 1 (No) votes (~96%). The implementation in https://github.com/php/php-src/pull/9836 should already be complete. I just removed the draft status and requested a final review. Best regards Tim Düsterhus