Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130593 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 B91191A00BC for ; Thu, 9 Apr 2026 08:39:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1775723980; bh=L7sLx9jfdgBzru9QEbP4luUynTXK6LKv+32fwYuSyWo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=i8sJYGI6FsNVp3E0wFXf90F0wxxXA9Z206xUsjGDOOH3z+fyyORAWlZcVipRhdcGV 6gp1Cv2CpVwltkSGunAmGVLbgnsgZHKkF0XGgqSb9WSLmBwAIeCftQ4sgT6LJdf/b1 ZEbALSwkMAg+UEwSMRMC+zGpePC9uBVb5ZOdVchF8mmFIgN/NKE5rneQEJ6LbVloON yOI9qQHykxlRpoxVd253UfIgFwoJFdo8HKq/9vpVZSushRK5IJXCkIJhMh1Y9if+gw dAd3qT0vJpoHBLO7KmHtnr5vcANosakPjpE2bZyRPga2Gqe7/hOVQEbZp5eYOk5q4I UqA47dMMOZNAA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 165ED180062 for ; Thu, 9 Apr 2026 08:39:39 +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=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.1 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 ; Thu, 9 Apr 2026 08:39:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1775723961; bh=4lnktRjVfHGiSzpzk7u9yhbvvTORImX7dYmRUMw9THM=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=ik2qZQIhlYZa+5xOSbltWMomNMG4TfJ4iKk0uUkhTKlHiDPMqn0KEKGtpXx14pR8R NGQnN29RTPsz9XKKmrr8K+boKqKQ1e0BO/Q8z8gp5kcuvoEeJCagrTlgElYPLayP7m KAtsFS7HxZ/jdmG3aGa4B2bK6u8HFF7D9IkcK3lTaJ8TFeAq4BPX5PUk+2SvfoyNfM O7VlhfbslgJAhOPBYd2yWon4yFqm2fjw+Xrpky64Ne+ZvQ8suesW4GkiD78SCg98nV 89NmnbQmHXiQxgbB2nbu6Q7ABHp+z8SeJZ7iYhy7rSC/AUC75VXmgrluGbI04kh8Yr 1jbFIr5GfJqMQ== Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Thu, 09 Apr 2026 10:39:21 +0200 To: Khaled Alam Cc: Ilija Tovilo , PHP internals Subject: Re: [PHP-DEV] [php-src] PR #20903: GH-10497 (const obj->prop write) - language change notes In-Reply-To: References: <433cf40fdc4a5459b9b87e966f02a96f@bastelstu.be> Message-ID: <4764272e616126506cb878d48f4805cd@bastelstu.be> 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 Am 2026-04-04 02:52, schrieb Khaled Alam: > I'd like to bring attention back to this RFC, which has been updated to > v0.2 based on prior feedback: > > https://wiki.php.net/rfc/const_object_property_write Thank you. The updated RFC makes sense to me and with the removal of the `FOO[123] = 'bar';` support I don't have any further technical concerns. With regard to the RFC policy, I just added the necessary “Abstain” option to the vote. I'm also noting some rendering issues in the RFC, particularly in the Proposal section, where the “bullet point list” does not render properly, due to the line-breaks in the markup. I'm also seeing that you try to use the markdown syntax for inline code. That doesn't work in the Wiki, since it doesn't speak markdown. When showcasing PHP code, I recommend using isset() tags ( XML tag). For non-PHP-Code ''BP_VAR_FUNC_ARG'' (two single-quotes works). You might want to clean-up both of these, it will make the RFC look much nicer and more approachable. Please note that your RFC update is considered a major change, so it needs 14 days of “cooldown” for discussion, before the RFC can go to vote. Best regards Tim Düsterhus