Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122795 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 3E1C11ADBA1 for ; Thu, 28 Mar 2024 15:21:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1711639303; bh=blYOVzLXL7jCI7EJqen5HOuQg1R4CwA69Ex+9tvbLLc=; h=From:Subject:Date:References:Cc:In-Reply-To:To:From; b=JHB+yM6nc4XsKwSZcqTnFovgEHFjPxWtidkq5Vvik7hpb3H6rifcHpuuAV+qu0jDw VcPJ8mxCSCaTHHQVQhsUGHkyRuTF9pGG9xOM/jXM0VFdf9KJllOytWDTRonkWzINhm 8/+Q+Ywg0LErZM3GaRVTXZIXQ+er0tk/NRsGsbm0VHUb5o0ai5gMnJhWufYhIeaQxz bFUEiR8WlfKOc/UBibMOfH0DHGffExR7YIuyUlxaKWsH2f5n8N4iFj7NO3qflmMpzO PX954Qpb6i9vs/rZaD1Sj9gYdiBOQRuJ3+OuGGVaJqr/aWopqW9cDn0Qcgi0wQGMqs zxGPpFeaCY5sA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 150F518089E for ; Thu, 28 Mar 2024 15:21:41 +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: No X-Envelope-From: Received: from mail.sakiot.com (mail.sakiot.com [160.16.227.216]) (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 ; Thu, 28 Mar 2024 15:21:38 +0000 (UTC) Received: from smtpclient.apple (unknown [117.55.37.250]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by mail.sakiot.com (Postfix) with ESMTPSA id 22334401ED; Fri, 29 Mar 2024 00:21:11 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=sakiot.com; s=default; t=1711639271; bh=blYOVzLXL7jCI7EJqen5HOuQg1R4CwA69Ex+9tvbLLc=; h=From:Subject:Date:References:Cc:In-Reply-To:To:From; b=mOhVLq0aXmmGsBZJpQWE1W10qnC1YFYMynLZbYWilvb8lnmFRRHtygztaEIm7bo7V hLaIRuAI/eEWUqvVh4LZRpK4X7KMv6B4Jr04Cp467N3MSAOxs5JWGVdAKeSV2Ne0Ne rk6jJYQyA5xJfmF72qYUfTGjQRgZNteckc8zoVGk= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net Mime-Version: 1.0 (1.0) Subject: Re: [PHP-DEV] Allow properties to be defined on interface Date: Fri, 29 Mar 2024 00:20:58 +0900 Message-ID: <89E49EB4-7949-4CE3-AAF2-18178A337E05@sakiot.com> References: <39d48e89-62d8-4fc1-b8b7-59cc25e106c2@app.fastmail.com> Cc: php internals In-Reply-To: <39d48e89-62d8-4fc1-b8b7-59cc25e106c2@app.fastmail.com> To: Larry Garfield X-Mailer: iPhone Mail (21D61) From: saki@sakiot.com (Saki Takamachi) Hi Larry, > This functionality is included in the Property Hooks RFC, which will be go= ing to a vote just as soon as Ilija finishes polishing up the test suite for= it. (I think he wants to get it into a "commit as soon as the vote passes"= state before we call the vote, even though that's not process-required.) Oops, I haven't fully figured out that RFC yet and didn't realize my suggest= ion was included. Thanks for pointing that out! Regards. Saki=