Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130005 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 563BE1A00BC for ; Wed, 4 Feb 2026 10:07:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1770199662; bh=szG76auBo85Q31xiRyPKANJ3fxyY3jnPOQ+64MGiD+g=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=UbkMiz07PuO43NIY546oTXeUeIMewugqSsE++EGFVJFIbe/FGZtcyW/bzbaWP/5zn Ph3qL3/F5+W+dKVoRiGsdb8/L0c9/GF4rOL0UEvwGhrGftMIZFHSJymfyIRa/lwDh6 mugAwSm8QWhNvlLOKlCHcGQrA6wvpZa255ue3EK5UZC2JfA0S4F3LAJZnJNTHoBnLt tGbXE0pGQAOKsxPg+MosD+2rfM9O0UaAmftLGwwQQKzE+3SfQPpxH7So2T4ZohDa4l SBDes0sqwZiwC28NKD7n9vAZH01RJeQUH7OX1H1P6d/Ah0GQHrqZAT6epsvxhDBHEp O/cg1evK742SA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 79DE8180084 for ; Wed, 4 Feb 2026 10:07:41 +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 ; Wed, 4 Feb 2026 10:07:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1770199655; bh=rHXpVnRrQ5yZv4T4cWtmrKASGB7D827OzhqEUZBx6qE=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=dbvpSlMHKdYDW1hadX6aFFXymQ/yAHp7vojrPVc3niztlWvbWZ5r9xTmgGKt/sQU9 kM/bqn0grT5klD0qCoE5y0BARfd9x/3fTpOn7iCNf26g9CIzS/P9ms3RmD7pq6QJTm U5T4xy2Mcv7sTxIsCe9Jp4LxQG8YV1J2oPLnkAQSNUNALmISkHfqezBuhguJsasptv pEiHfLFE3XwTtRcR6sLAtbHYBn5hj/bk9BTHgGDC/MvJvXv3Lun6H3ReDpK3NXXxsL zs6Ev7ljnIIkQOjAxQYYLNcR/Rp1SE85nAkhTNU0nqWsebPbNEkgngdsJawQQhUlUG mIvfrc7m74X2Q== Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Wed, 04 Feb 2026 11:07:34 +0100 To: Len Woodward Cc: internals@lists.php.net Subject: Re: [PHP-DEV] [RFC] Trailing Boolean Operators In-Reply-To: <1755139ecb7abbce65551a0f34061558@bastelstu.be> References: <1755139ecb7abbce65551a0f34061558@bastelstu.be> Message-ID: 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-02-04 10:51, schrieb Tim Düsterhus: >> If the link doesn't work, here's the raw url: >> https://wiki.php.net/rfc/trailing_boolean_operators > > Thank you for the RFC. I second Ayesh's remark with how well-written > the RFC is. I have one minor housekeeping note: The Status in the RFC > itself is still set to “Draft”. Ah. One more thing: The voting widget is missing the “Abstain” option. I just added it in myself, since it's a clear policy requirement. See: https://github.com/php/policies/blob/main/feature-proposals.rst#required-majority Best regards Tim Düsterhus