Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130527 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 0DEDD1A00BC for ; Wed, 1 Apr 2026 17:35:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1775064914; bh=dVpqWFrsZyBY3iaEuo95WASOd6gVi7xSyP5/LP02ucc=; h=Date:From:To:Subject:In-Reply-To:References:From; b=hQR0pSg4nO78ludG4Ik7RIwVH3/qc8chFAtGNnirrJpHeXa9Mn6mdtz4G17KLjoxJ oHI+v/loHnI3IZU69/YLaVXbU5Q7DLzh/BFk7xKLh/d5DsY5h0aIoaYpHpjf7/Z4fl eK1ZDw/6V6w1B7N/yYQwH+2fyUQU8YjO87bhTEVPat+OBrQPzS8V2DWBaquTHTGsB1 qS+XIwWnuj6T5e7njnLXJntAMW8QMWf78Bg67V87AtgsjymeGzgqf4JP54KN+O923a YG72JQI1KXwXdj4e1dBCn4LqyrkfypoZD+pexn3k4OR1Wv3+meidc5roLgFPDjtL4C 6Vaig9oh0gVTA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id C6009180068 for ; Wed, 1 Apr 2026 17:35:13 +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_40,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 ; Wed, 1 Apr 2026 17:35:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1775064898; bh=YdDq3CGlOuQwKs11GIj7vBXK1zVn09jW0ntL675TVRA=; h=MIME-Version:Date:From:To:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=BiDYpJwBQJAXYArnUf1qUT8MG2YqOpcYYn2ZKZNgX7i5ZMI9GdSulNH+WfVFj8b6e YxpylWPaDYUisl8CnDBOfjXzFN25wr9NCawTpb+ZKMqLwewfadV1MX90P1d2zFF4Ro QqKq1l0kcCE5hh+xb9zhrHQdlKdGu4Z3lfmUiw/wi6fEzRWf26ZweRqJX1mEItDcKC tUnAi3pzRWwv8px0NxAO3qSmsuyHTy1KM8lGXFoqYZWjnOfnSDqoC6une1u7eV41fd utBv+zF5DCvJQOP6K27/FPIwyTE7CHIQLH+1KnJQ3H+l+jM/iGDKltBKOdTYyKH/82 RzZ1gLZvKmMTQ== Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Wed, 01 Apr 2026 19:34:58 +0200 To: php internals Subject: Re: [PHP-DEV] [VOTE] enum SortDirection In-Reply-To: <1f2191653ca5b8c0d9411cccfb9fc9f9@bastelstu.be> References: <1f2191653ca5b8c0d9411cccfb9fc9f9@bastelstu.be> Message-ID: <39eef59d89ecf871421b4ec7bb4800d7@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-18 16:50, schrieb Tim Düsterhus: > I just opened voting on the “enum SortDirection” RFC. > > The RFC document is available at: > https://wiki.php.net/rfc/sort_direction_enum > You can find the Discussion at: > https://news-web.php.net/php.internals/130226 > > The RFC contains a single primary vote requiring a 2/3 majority. Voting > closes in just over 14 days on 2026-04-01 16:00:00 UTC. The RFC has been accepted with 22 Yes to 2 No votes (92%) and 2 Abstentions. Best regards Tim Düsterhus