Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:122586 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 DB9431AD8F6 for ; Sat, 9 Mar 2024 03:17:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1709954266; bh=VGaS2WKyy8h1IiOe09KdC6V7vtf/OAmSdFXVAO8gEM4=; h=Subject:From:In-Reply-To:Date:Cc:References:To:From; b=Xbc3rnDIKCQbf+fa3Hcljf3vEvnpuscKCozdgghBH0oQLChXGaO77HpoSjqfpan5N B5ed3royZYn5LIIoQSC37LH8+GXbLHrDxXKA2kKHKekO73TMNxTlGrFUUZzXkQwShU 3JKxuidHKsB4ovdUCK/ZbYw9AjAA7R9z3vNxjDSRM3MDchk9JXzRntCX9gF9XEfRk4 aU9eG/5o7iwSnTpIxMgg+0i/poCWEQTwgQq0Ycy1ZRLsLEIIEOZ8tOUAsFeLlNuoa3 ePkWlyiw6XJDDT/FMizz1dTzOppiLFvb6mDNG2rzYuT/af9lBKPTKhK5X1Hk4YUhph pRcjXX4LS+W0A== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 923CD18005D for ; Sat, 9 Mar 2024 03:17:44 +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,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from supercat.cmpct.info (supercat.cmpct.info [71.19.146.230]) (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 ; Sat, 9 Mar 2024 03:17:43 +0000 (UTC) Received: from smtpclient.apple (fctnnbsc38w-142-134-99-147.dhcp-dynamic.fibreop.nb.bellaliant.net [142.134.99.147]) by supercat.cmpct.info (Postfix) with ESMTPSA id C5D704D942; Sat, 9 Mar 2024 03:17:26 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.400.31\)) Subject: Re: [PHP-DEV] Release Managers for PHP 8.4 In-Reply-To: Date: Fri, 8 Mar 2024 23:17:15 -0400 Cc: PHP internals list Content-Transfer-Encoding: quoted-printable Message-ID: <59D6B3FE-3420-4A7D-A880-AF7FE8044A99@cmpct.info> References: To: Jakub Zelenka X-Mailer: Apple Mail (2.3774.400.31) From: calvin@cmpct.info (Calvin Buckley) On Mar 5, 2024, at 11:37=E2=80=AFAM, Jakub Zelenka = wrote: >=20 > Please put your name forward here if you wish to be considered a = candidate. An initial TODO page has been added to the wiki and contains = provisional dates for GA and pre-releases [2]. >=20 I'm putting my hat in to the ring again for 8.4 release manager. As for qualifications, I think I'm somewhat familiar with internals, as I maintain a PHP distribution for the IBM i platform as well as various database extensions (Db2 extensions in PECL, and now ODBC in ext/). I have done some triage of PHP changes, at least in regards to platform compatibility. The work of a release manager seems like a logical extension of that. ~cb=