Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:126017 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 C75A11A00BD for ; Thu, 21 Nov 2024 09:37:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1732182017; bh=D/c0R65srnxLMUe3EEm79JCl8rV+6u7VkjTsJx7fyFM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=S+XUnKO5bQsA1vL5CKGp23MALjfGF6ZL3XQOawrR9s4NFaJFSW8ktDcmvTo0/KzJd JB2YPMPfYdgfOtOhb3GSnSD4GfhWYJ3y5RuMuwiYntMK+TdIYc0oFYjz3gClcwdDx/ LwuHO33GGhEaAepdcn4nA67vaDrvWJPMRFbD8h15F288k9jooV1KNX2RTKj6UPksop EdgoWGDXfVsWvB9XnRrULLN15dk7y5kAEmnVIR+okRGDWWi5EGbIINvxn/rKp0ONP2 t6UgtnUtC0+q02K3BXMSNs7L3O03b/mzbxz8wRwnI4uPTkvyx4pCs+YYEMFm12rSyf pDQbWnCBVJuNQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id EADC2180386 for ; Thu, 21 Nov 2024 09:40:15 +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 ; Thu, 21 Nov 2024 09:40:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1732181853; bh=G/rHI4otIbHuTjS3LeJqVSoM2TcyvvthZjm+FQbRgtc=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=eXj8RjZrzWq8exbddow0C2mZTPqHtVC+2lDjWmSCHauPT/SDEWtla8r76cIZNLyaD 2vOLFkYqdMVpQO0KXQ4bN5KDa2cOmn/fRrWXyyuk77vtrNXyW3jdyitN60Nt/iXqua Ue6yT99dZ9Q8sC2d/niVXBfBqstCauXoz3IzlGdDoK2fg3GG4zISOrcIoffHYmDKNT 4QimV+D3h1DYTEIF0NJhod6UhkGMR7KEgShoYGbzoGJ93EvmdjP3K7TNtYfLxwEwDR Fyo+siiik3obCH8LyygMXy6A4V3mp1VH2TL1CKkEsRCOcWNaTbrp/Gz1DKJA+AlExK DCOnUGMWY4Btg== Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Thu, 21 Nov 2024 10:37:33 +0100 To: Theodore Brown Cc: Larry Garfield , php internals Subject: Re: [PHP-DEV] Deprecate alternate switch case syntax? In-Reply-To: References: <9416c614-4e83-4c12-b4e3-1da504e3f3e6@app.fastmail.com> Message-ID: <764c6ead07d752247a0337e9b51ee824@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-20 19:45, schrieb Theodore Brown: > I don't feel particularly strongly about it, but I am inclined to write > an RFC to deprecate it It doesn't feel big enough to warrant its own RFC, but I would be happy to see it as part of https://wiki.php.net/rfc/deprecations_php_8_5. Best regards Tim Düsterhus