Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130365 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 4E0F11A00BC for ; Mon, 16 Mar 2026 15:53:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1773676416; bh=e5UWRK8As3pu9UHjPhDMQyCvAgc01xL+4ScJxVGhflo=; h=Date:From:To:Subject:In-Reply-To:References:From; b=g8Qy2DzaRX9ObR6eSsRbmrueba+lBiZX5d5lZNzJGsqgeAoULi6gLFqcs1K3sZFAV bQIhle8ZaSp+RlrCEZLCEcyKFAkTtj7VfeQp6WmKsQae8ooYhkhDxOoN4qn7wQZm3B QFFP8KzhHWSoVoKk1dwSfKV8UtUA7h4GX9cnvI7HEhPM5Ln+6SukvRIElEyoAcCRJz ApvwxnwjNFxPrPzNuAcD5IOFE0SC7tve7xHru5gPySwAAWZ5YWl4838jtkHFMGXqql K3DzF/KzN/BBbxYQcLzCZKyJZNLKqcnw1Npd4q2OIqA68ydq6USALGpl4OIKCiCO/G dtnXet9GF0N5A== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 0225D1805AE for ; Mon, 16 Mar 2026 15:53:33 +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 ; Mon, 16 Mar 2026 15:53:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1773676406; bh=ex7Y5dF2IhMwmpF3c5R2woHCFdrocCgEIOEOSZRHK8o=; h=MIME-Version:Date:From:To:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=JocHiA+74PmI6HwpyI34VRNi5M8OtVbDqbL3Sk+wnSYWC3n+9Idv4QwAOyEHKrbgr Mkto2wn6JjG+eVXhBz5utYBrD2Sny1OGVeqXwTSkYiMHlPq28yYwmY04/ksfhcvqmx gS0h7JGT3kDWNnwFu9Gi5+PegJjBdTS5hpR7fufjiutTZlzVRqsdIuZHjr/NraCdQW o9BwmrMKcEKgVSyG5SBdEcCL5JKJFlKlTJSTqlGP/6hWTWzsZe9btwKm1uhGReX0Ey SXi+BPeIDe3RwWvSfM7c27SpDMTME35Xh5Mn0GJyqiMDLAq6HWSaq9Kr9es7aqv1xO 2IMhsKUTSi/yg== Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Mon, 16 Mar 2026 16:53:26 +0100 To: PHP internals Subject: Re: [PHP-DEV] [RFC] enum SortDirection In-Reply-To: <5bec7fdd-e2d0-47ab-92d0-ead8eade21e6@bastelstu.be> References: <5bec7fdd-e2d0-47ab-92d0-ead8eade21e6@bastelstu.be> Message-ID: <4ff03caf8ede7d60d5466bf1ea56798d@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-03-02 21:45, schrieb Tim Düsterhus: > please consider this email as a formal request for comments on my > modest proposal of adding a new `enum SortDirection` to PHP’s standard > library. > > I have made the full proposal available on the World Wide Web at: > > https://wiki.php.net/rfc/sort_direction_enum Two weeks have passed since the initial proposal of the RFC and no changes have been made. I plan to open voting later this week. Best regards Tim Düsterhus