Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:127917 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 D41731A00BC for ; Sun, 6 Jul 2025 12:48:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1751806022; bh=IN8TjuHCK5pos4kZNL0nIZDnEJhRpEA4d371xCugly8=; h=Date:Subject:To:References:From:In-Reply-To:From; b=gch/O1pdaV+oUHwNguT/IYjq9x3OUpQI1w9dhg4N2rko5W7cSj0II06oKhGp9a2U/ 0LHHVwk5ja7ggfOGq93pr5oZQOrVyua1HTExYRcjfqjH5924NVmKyHy/45aNrUxNZX wBgdTtQ6QGaXhFeFCuNZQ3w8N1P5OlZ2j1PhAf9xABL1tLNaMAIPTITuEg3Vqzj7BQ gy9k8obM338r88Y03jjMmjpcm0k6T2qSGfbncaM4ZReL07mXZ+/4iPnWreBGBSmGd2 pcUbnQiZwfpGCWJCIGuhKCv40xgaY/B+p50GoEznGF9vuQ2tLYza+OTXAX/aeHxsZ3 O8S6ihP3ahlJg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 90425180047 for ; Sun, 6 Jul 2025 12:47:01 +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 ; Sun, 6 Jul 2025 12:47:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1751806130; bh=DOiJvv3uqUeq6PwDxhUZ3grqkifF5jshvbKNn5VKRrM=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=IbWhKT9JZ2AyN+u4B2CPmzDjmbpu+5foG7yikhXzfUuTw2GBQo+j/AV2jGB0/3v8G QsUCbM8VOJzsvRiCiR4uq55ggtDeD72PX5FLSfOaGfginJjzGhhxd1TaZqYuAyLeJi h09K4u/uoDHuN4PTCNNfk/7jU8ofrl5Rqoyi8eTvbXasijPBZu4D0KE9sm3XJwrG/u 2+AuQrATWUY5AACMSAZQX4I5+bXXaVbCN5K5G76xaSdLAIi9Z5IWMUc535J+qy0BNp nBWzZzjH+UVL1yD6F/R8qpeSxNp2v8MIDBQm19zmQmBZEr5msilAo6ETRXaiNeVIgQ 0sakBbiJ/ZkoQ== Message-ID: <1454d4c5-ab45-4522-b1c5-a418bdcbb532@bastelstu.be> Date: Sun, 6 Jul 2025 14:48:49 +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] Re: [RFC] [Discussion] #[\DelayedTargetValidation] attribute To: Daniel Scherzer , php internals References: Content-Language: en-US In-Reply-To: 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/5/25 00:49, Daniel Scherzer wrote: > If there is no further feedback, I intend to start a vote in a few days. Looking at your #[\Deprecated] for traits RFC (https://externals.io/message/127912): How will #[\DelayedTargetValidation] interact with the `validator` of `zend_internal_attribute`? Would applying #[\DelayedTargetValidation] + #[\Deprecated] on a regular class error or not? Best regards Tim Düsterhus