Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:124231 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 qa.php.net (Postfix) with ESMTPS id 9BF8B1A009C for ; Fri, 5 Jul 2024 17:34:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1720200955; bh=v2OyyvjoCnFi7fQwNsAIfmSKvjt/o2nl3yMZzmhM2eo=; h=Date:Subject:To:References:From:In-Reply-To:From; b=fcyckjrl2Y/amm4/zYmWtBn4H7842+rNTYYrcIxckNtVh6m2h3jlI2XgGuDbVy3tO xV+HfePvP5lKysHIT49QKWI+mhkGy/9cJjEb8TY3TlJe1+KxOHjAYFrAUIBOKl2Vjf LKcTFeWKw4cso3BkGoJun9blNLUrzrym7/Z8fqxQ15/6yYMtjzJXvta+GgXzV5avr+ gG6wkwg3OAcwdK9Zfe8IqL8ion8fIIxbGeaxfm5I6nrtWns4ZJqOpiitHBfLkc3sHy EkG35Gt0WtKXZgMj/zlBxBYJ/z+MqZCEfU12FUfFSfTUjq/HuEtMU4kEQaYaJvREUT ho6K8nRP/j0Ug== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 7C96F1801E4 for ; Fri, 5 Jul 2024 17:35:54 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 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, 5 Jul 2024 17:35:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1720200868; bh=t2xRHO/KixZWSBPTo+CtHQpPYMKlZGm08juCHXfMEhA=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=ZTY5TzM+uweBVGQYcC43Ofj+8jFtJ9iBkLtAXcz0vcGE0GPYtflFbA/axHvpLt7uQ ke0uBzkyh2kt0xNLPM96ir+m8iXgnu6ON9M+XCbdAgVgQ/tzOiEFM+LTcIhKVJG6uR FW1yi9n4nOgkFfmGvdLURwqSQsdsUrOjcUdA9apIHU00OJ4+CctYuDyz2yXdRmzXeT rKIfmg26znfod59ZZxfy6xPzlP0xP45UYk1RIe6tfM/XSVAvOGmS7DMTCBPnTavOuh OitINfUGLcZR364Q6zCY3q6splRLJdBISOV3vbNB7umnUPlJY4Itdk7D/U3jxDdKYl uSUmPX+EiQV2w== Message-ID: Date: Fri, 5 Jul 2024 19:34:27 +0200 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net MIME-Version: 1.0 Subject: Re: [PHP-DEV] [RFC] Property Hook improvements To: internals@lists.php.net References: <146aeda7-9025-499f-8062-9d3e8a52d383@bastelstu.be> <5616fb57-6687-4be1-9163-f6db849472de@app.fastmail.com> Content-Language: en-US In-Reply-To: <5616fb57-6687-4be1-9163-f6db849472de@app.fastmail.com> 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/1/24 22:57, Larry Garfield wrote: > Are there specific concerns you have about implications, or just a general "dude, it's July" sense? > From my side primarily "dude, it's July", because I do not want to think this through right now. Claude did the thinking, though and I agree with the examples he gave to point out how this is a bad idea. Best regards Tim Düsterhus