Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:124714 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 4E5431A00C9 for ; Fri, 2 Aug 2024 10:32:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1722594836; bh=3KXyBpoM3jhlFYbZN6anr49PmWTvtXKShQYe4wfPB6E=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Que9xRGVBUXdrmssazKrpZxCkA1ViOmvr0n7Q9ZREk+DfMtZIz5MqTqklyud4rpSl /8SsGEEE0FzoiJrQZykFo5tXW6uPndVfjZffMlGqlt8/7i2Dva0T76tnOwjJc/Sj6D JLN56FgZaxjqHlCrrttJWEcj9sfB5IQIzjAgwnZLGDNxpx3XqmpcL8Q+S0sNAeOoJ3 vjjcyLw5jT43j7QrZNbnD2+b/ZCu9tFOCyuzMYo0izbf2x+zcDtsvp/8Ip7rE0jlrG Fu0WR8PeXyfl2zhBY55wAC/SbNWyJsYslP93MZYsMMzKliImWunEFZa9vud3Nvw9Ms ZIyETo7+HlKLw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id BBEB21801E6 for ; Fri, 2 Aug 2024 10:33:52 +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.8 required=5.0 tests=BAYES_50,DMARC_MISSING, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from chuck.smtp.mailx.hosts.net.nz (chuck.smtp.mailx.hosts.net.nz [43.245.52.157]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 2 Aug 2024 10:33:49 +0000 (UTC) Received: from 125-237-145-229-fibre.sparkbb.co.nz ([125.237.145.229] helo=[192.168.1.68]) by chuck.smtp.mailx.hosts.net.nz with esmtpsa authed as varteg.nz (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_128_GCM:128) (Exim 4.96) (envelope-from ) id 1sZpZn-009Bpu-05; Fri, 02 Aug 2024 22:31:59 +1200 Message-ID: <634e96b5-f725-4f49-a42b-9e6084efcce6@varteg.nz> Date: Fri, 2 Aug 2024 22:31:52 +1200 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PHP-DEV] [RFC] [VOTE] Deprecations for PHP 8.4 To: Mike Schinkel Cc: internals@lists.php.net References: <1a88918e-e808-d778-45e1-53797660e093@php.net> <3563cf9b-8eab-4c82-b525-a5d2f9a767bb@varteg.nz> <38920A4B-790D-48C7-B2F6-C49D3F506232@rwec.co.uk> <0824789d-0e36-4628-85c1-4b8d9b7f86af@varteg.nz> <2244a37f-8c51-448d-8a56-329ff32e6470@bastelstu.be> Content-Language: en-GB In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Hosts-DKIM-Check: none From: weedpacket@varteg.nz (Morgan) On 2024-08-02 18:34, Mike Schinkel wrote: > >> On Jul 31, 2024, at 5:15 PM, Morgan wrote: >> Also, providing a dedicated function for an algorithm over and above others that don't get such special treatment inflates use of that algorithm, making it more commonly used. It becomes self-reinforcing. > > Well that would be an easy fix: Provide special treatment for the preferred algorithms, i.e. their own specific function(s). > And, it seems, keep those specific functions around even after they are no longer preferred.