Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130752 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 42EEC1A00BC for ; Sun, 3 May 2026 13:12:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1777813927; bh=0IwQZu4+px7oSuyJIKSv/Jc7/lz1KeDoS/eJF5tB3KE=; h=Date:From:To:Subject:In-Reply-To:References:From; b=G421t8ZiBzDjLyTug00LZhWuE/ZFZ4XyMMVV713SohVITJqmXSTiqFgEB3FnLCCV1 TwAnpiV/eC7TMxA+mZa6kag2txeBvgLgI+4CylZGkGG2xvLUKSNTW78ZBN9jMAA3Mb izvKH+vey9VAV9aae07irXhsylwYCU+gj2LBib2WvqvZrmA0rsxYaKvu7mBkI7hOtf PPBTn93ehUGThOiZsJN0vloA1pz3BZLeWqdkLISYkmLJC/nRvdgnk8ZjR3sHbCy283 upas7uk9NwZvs0RuN6A72KGDZf4jwBJdSJ8E+Pex2STxyQY5yFP8WmCo3R/bpwBpPP 1sN9yTQtnWiXg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 73B4A180087 for ; Sun, 3 May 2026 13:12:03 +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, T_SPF_TEMPERROR 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 ; Sun, 3 May 2026 13:12:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1777813917; bh=5lHYmwPg2wcvQu4wBgrmJd8OtDqB/pxzsiObsS/9HLo=; h=MIME-Version:Date:From:To:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=J89tPL2RNXiF/BH+GPvWlEJ48RqcDEyJRLPKLMm2XyssW9Qr2K08oW6c1HpZdifm8 PrZlivXIG7QaujoKWx4R27uicnw6B2R0GADhpH0MBrQH+KHe0DA8fK9unL+zeZgPkj 0I4JUqETqJDgcbbkKCDWHDvPNGupcH0xFlO0GxTaIrzEKWJ0gDhPKe7h2gzZeKhGm4 1beNOWPK5K87fEJE/5k4kmSokD3zo1O/cr9E702EXkuzG0RYTH86vcAb7QlRn79c8a y2kV8kJwGF+3SkXVycWHkjg/FjuA6EUn9mYxxWxYjcVb+2YT0o8cFRc8zM8v6llxRw y9OYPdDP8AvNg== Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Sun, 03 May 2026 15:11:56 +0200 To: php internals Subject: Re: [PHP-DEV] [RFC] Release Manager Selection In-Reply-To: <093f97b0805b43ae640d80b9e06eb203@bastelstu.be> References: <093f97b0805b43ae640d80b9e06eb203@bastelstu.be> Message-ID: <269a95c46c5b81ebe160799b6b15dc2c@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-27 19:15, schrieb Tim Düsterhus: > please find the following RFC that is intended to clarify the “Release > Manager Selection” policy for future PHP versions: > > https://wiki.php.net/rfc/release_manager_selection_policy I've made some changes to the PR to streamline the language a little more and use consistent terminology to refer to various “relative” PHP versions (e.g. “upcoming PHP version” for the PHP version that we're going to elect RMs for). Please check the commits for more details. I consider this a major change. Given how quiet this discussion was, I plan to vote on the RFC once the cooldown period expires. I'll send an official intent to vote when this date comes closer. Best regards Tim Düsterhus