Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:126079 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 7074C1A00BD for ; Fri, 29 Nov 2024 11:26:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1732879388; bh=VBeskbvnLYsItARMY4CCR+Xvql2KQ+Nr7iAzwbS8GCk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=a/+sqV+b88xzGkqvS5JetRuezaaQWDof3oKwNMa0EZUMKmCK18V9FpywXFUvShK9Z U0mw7M4WNHUYPjwrTe/7bT4cBOqmy75lY3gCXdupMBf33Ck617Pwa9owPq0Crko583 qskAV5I7hBBP57xzO+5B0bKidiOlzofc4IT2hQ4vhJrMUvsGnEZdyOuu0UWw8HavJk /oEyfuYIBQoMfe28kW0fKDrawciUeeBJhF9bWtESwoMMOUS7X/m8G9KjQTO2dZ6+0V xo1bp3Mdu1ksN4zVHI6QubJHhDwVAhjbyD/lEluzC6USKJqWmDxQVodU9imDy6ME2F RpJnVXMEB/aAw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D0F9018003F for ; Fri, 29 Nov 2024 11:23:06 +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 ; Fri, 29 Nov 2024 11:23:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1732879573; bh=J5xNKtqV6yECsjgKrLlXfg2Lju6PoopZteBHuLpUd8g=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=LQnYNJIWa1x62po97hk7iXdvKijh//3uFEaqzq39chPdkwQLw4GLWvsPOd5oEHf95 ThXj8EaIIG22HrixchZqlqUeiaex9ubRqaGyEwoccOYjqmkSm5SpS59bncnQ8Fz0N9 wCp1c8dGF8X67eoup8qkGC/cuWX8QU+DeoZT2AMYRuFIfoNXtlxJrkcdDHsv4FCr8K 9cw/NsIkAFUKk2gW4l2LthA2N/7bYCoD59UlNTborKrtjzAMFX/YzlqoUd/BEv3jF8 xqRWdXapcBbE1wchtTYOhyAh8Dzj0UA3B1rqaDrbC2B1vAiJ4HaReV3cQHIydQxKTF mhBgLyivk2v/g== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Fri, 29 Nov 2024 12:26:13 +0100 To: Larry Garfield Cc: php internals Subject: Re: [PHP-DEV] Adding attributes to compile-time constants In-Reply-To: <44ab8aa4-31c0-48b3-af5d-536a2b56fc40@app.fastmail.com> References: <44ab8aa4-31c0-48b3-af5d-536a2b56fc40@app.fastmail.com> Message-ID: <6723f7c5df865bda154ab5a6af308136@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 2024-11-26 21:39, schrieb Larry Garfield: > I believe it would require an RFC, though I expect it would pass > easily. I agree. Attributes on regular constants introduce new syntax, which is a pretty clear language change and thus requires an RFC. Best regards Tim Düsterhus