Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128012 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by lists.php.net (Postfix) with ESMTPS id 6185E1A00BC for ; Fri, 11 Jul 2025 12:13:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1752235882; bh=SEHIA4rYl1R2WFDKNvSw8G1fghroJIy5qn7N6+dcBpo=; h=Date:Subject:To:References:From:In-Reply-To:From; b=k4K+7LCci3X4pM0Ou97jrBXYAqQgC3QPyqVJXGgkg/4sqebSCnRFvK3wD0ASupOLG uQdNHGalZVav0XNkArSEbLB2yZprt1vBotPz+NObA9jrzUbtaezR81HGdbOvXgZjEs SLhMoD6UpHb6UK2jmtScwELRSoslIK1P7qNSGmr5W4GPFdJ7LMsv7w4jbB9DfcPyZ/ mVRn3l+9vHJvMiRKLUgpm4T56bWWdui6yEdUNou4rko0JI6cwXtvy7/Rdjne/qBQzq KQNzvQUJbJS7C8vxVdhQ6rDxwAUvU1nx08rfUdgVNBFv6Ubi4LyaE+WENucfXScCKL vSBd17csP0UYQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B93F6180A06 for ; Fri, 11 Jul 2025 12:11:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) 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,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 11 Jul 2025 12:11:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1752235988; bh=DfJ0VU36gOv480KvNohlym0kOYdj8+8T+QWl+Z3kczU=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=CAjU2cOQBbytRIyB+5hktNwNHaKmU3j1wuhHtlsEBGqJBDDnpW5YckooG/AxOSWQ/ YE6aeQeggWbo8IQx3X+avVqzEp4iAFu8iGNWauJczZJWT/+flCx95xujNtqFofv7d0 d0qHaY34MxDin9y8n6X/pFAZjgIZUq9G6MeOQcKnqessB9pLp8h2bWVmc+qn78XQxR sA7a3eD22xT6nnfGME8QjpfCT8e5OlB3uC6fR3A+0AKQ8CtwH1oSfRB9iakMrPRsHq rZfYpEmkqiR6qztFK97bO4lLB1dhK0Lc7aDsAb1LAdNsHENNqkGFRnyxO74kXwy+dC ZvAgHPJXOsAiw== Message-ID: <6c1880a7-a481-4d37-b32e-86f3b255c2fe@bastelstu.be> Date: Fri, 11 Jul 2025 14:13:06 +0200 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Subject: Re: [PHP-DEV] [RFC] [Discussion] Extend #[\Override] to target properties To: =?UTF-8?B?SmnFmcOtIFB1ZGls?= , internals@lists.php.net References: <337B0657-D37F-47FB-B554-6720A704624F@jiripudil.cz> Content-Language: en-US In-Reply-To: <337B0657-D37F-47FB-B554-6720A704624F@jiripudil.cz> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi On 7/7/25 13:50, Jiří Pudil wrote: > I'd like to start the discussion for an RFC proposing to extend the target of the #[\Override] attribute to properties. > > RFC: https://wiki.php.net/rfc/override_properties > Implementation: https://github.com/php/php-src/pull/19061 Thank you. As the author of the original RFC, I agree that the situation changed and adding support for #[\Override] on properties makes sense to me (especially considering the simplicity of the implementation). Best regards Tim Düsterhus