Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130372 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 9C8741A00BC for ; Mon, 16 Mar 2026 18:11:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1773684722; bh=ZJNk3IGm+1IWVXWBnI+1Z/VdnCML/uga79gBuCpdgkw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=JifhWABGbjCRdZwTMnZ0gBymQE4YguDMQ7xEFrYS4LQjpSD+7zJGX+qcdxa0YY7af 4sbbeIcXPvxdRNJtwMN2PDirraTWWLX9Cv2F09SdWoCFf63Uoqlr+b8iAW8Bu54BDD dIroIqbZ2OEWhleMhXT7a+acZlYaTRRTTJ7zxWBia7LxbKGsuuWcY7WgmMq3GBuZIY dvMJHYPsen99oCzkOKfRzF/j06zYbYHO4DE2x7/YO0FJ7B+6UKmeTNoAx44K+uQE3m scCTPwQUT72C7dBhleznMmhVxBubEcyk1slSHwlUv7RRT5v90ppqdl6uyp8pmjn7Jk Ur99xPWRWEVsw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 5CE1A1805A7 for ; Mon, 16 Mar 2026 18:12:00 +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.2 required=5.0 tests=BAYES_20,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 ; Mon, 16 Mar 2026 18:11:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1773684712; bh=himsdSn2Kc9MC17IJU4VzBUcrQTjKy74d+1bzo5BPqs=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=OtN8iYmLh4cGR3gZxMwVZnXrvZX1hAQHS4IA4R8jijAl1lWr7Hf3cp4RRVwqmH/Ke cB9Nu/l8A7HspVYZ+Rawq/ovZQNmTM05UC8f6cX01NVnv5yUsW5rdf2unGV2Tcz6qX pFZrHQQr7z7c79oJ7EZo85hZLmgNnXUUoX/XljQ//SJkPpHhPWOB9fUriZb6SaTdVd EZOkPnufQvB7qKI6vyXZCI+qh/XhXZuogXZiPfDGrzZo23s4VYFgdDD1vdpnJPID1c FlDkYHDPxVPUsf3B5r4o4D+wgkSlJMdX6jAs7nzTkucjKV+WRZIfLOTXCwnEnpgTib hr2abs7Uy5aVQ== Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Mon, 16 Mar 2026 19:11:51 +0100 To: Daniel Scherzer Cc: php internals Subject: Re: [PHP-DEV] [RFC] [Discussion] Debugable enums In-Reply-To: References: Message-ID: 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-03-13 01:05, schrieb Daniel Scherzer: > * RFC: https://wiki.php.net/rfc/debugable-enums > * Implementation: https://github.com/php/php-src/pull/21425 Thank you. Similarly to Larry, I don't see much reason in favor, but also no reason against allowing `__debugInfo()`. I noticed that the title of the voting widget did not render properly (it showed “Default title”). It seems the `` tags were at fault. I have removed the tags and also added a “Primary Vote requiring a 2/3 majority to accept the RFC:” note as required by policy and shown in the template. Best regards Tim Düsterhus