Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:124359 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 C50391A00B7 for ; Wed, 10 Jul 2024 17:52:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1720634065; bh=Au8w3HdoAPNgDL5Gu8FtOlTzzA+8j9YSSIcUk+GfO7E=; h=Date:Subject:To:References:From:In-Reply-To:From; b=FB/uz6kecTOqi9KoyWxftiXwbvhiq6uxkUjgt8GLj/CVzw/H3d2Oz/SUOAGXbai1r P/149aZYR+sua2geDlt4zPT5DoHjrqcw/SZZkrcv65jpBx9ATZZiNGc44TR845c2Oe qMzLw2eRhUJPFj84bAHN50tx6b5dKgGMkjG9wGldK+/vE5qn844afsw18J0Aq4yolz m/XbvII3dYGq5BOnBrFTKcuXQDeZ7WwJZKcL6OFcs89Bbelh9AJ5Ly+7wb80+wDEtz gnsvQNNkUDNYowUxuf8Vt1t8LNVG3+UTOcagpZKUZqkCrmPMpF33hbckjIbvLTVCI+ w5mz4MDuN5hbA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 65F0B1808E9 for ; Wed, 10 Jul 2024 17:54:23 +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 autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No 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 ; Wed, 10 Jul 2024 17:54:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1720633973; bh=5KChdeSu5r5Yce77rbhYKXfSUXCHuSv9PROPkFNtEF0=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type:from:to:cc:subject:message-id; b=TsIHwEIWJ6dMSIOmIFlepPPhy3ZoSGEzCsnlSSQBydc4FvIg597Yl9GEvxGPM5cpw MFFKnPLKMpIlCtZTKD77H3ajqy6nkV4h3BsUk6KFWQ9KpxZBFMviTc/4pyAepiDpUH TBK2p5krz/u1+WGdYEjEvQUkGM6BCUua/K4376tTvN9nFR1otwhAn3Hf/GI6UYkEiY aLk+jgbwfU660TtzwSBgm+Ec2rPqiUyM/KZ4a6MT752CaM4G1oP7d1A6B1C7Wc37vC hSisFwnmwJPhJKGI4QbEMVAeaD/+ANFNzf8hUjp2fvbGNUbVOE6OOC9LokglvkmmXl KSBef8UCZ4mZg== Message-ID: Date: Wed, 10 Jul 2024 19:52:51 +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: 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/10/24 15:47, Larry Garfield wrote: > The other half of this RFC, removing the recursion guard in return for performance, has had no objections. Its discussion period ends Friday, so I will open the vote on that Monday-ish. Thank you, looks good to me, ship it. One minor remark about the RFC page: You didn't remove the "(use today's date here)" placeholder at the top. Best regards Tim Düsterhus