Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:119648 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 44728 invoked from network); 1 Mar 2023 21:33:53 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 1 Mar 2023 21:33:53 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 791D6180538 for ; Wed, 1 Mar 2023 13:33:52 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS47066 71.19.146.0/24 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 ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 1 Mar 2023 13:33:51 -0800 (PST) Received: from [192.168.2.71] (fctnnbsc38w-142-167-33-250.dhcp-dynamic.fibreop.nb.bellaliant.net [142.167.33.250]) by supercat.cmpct.info (Postfix) with ESMTPSA id 6010F3FC20; Wed, 1 Mar 2023 21:33:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpct.info; s=default; t=1677706425; bh=+qqu5nmkCPuz3kE0v+P8MjmKnZddZxRxJBZMMw6X60M=; h=Subject:From:To:Date:In-Reply-To:References; b=F4M6EX8Qlj7iVlE1dlEnANq3BxyjblUjB8JoED4XaPIupgIHx89cX8nh6t//lbVSb BQtJd5mR/fA4MDyBUJutxSVxHVrOyikFOWdoq6BkKqR0LFtMtYfxJ8Vg+8jatJ44C6 XlgN1mWQSYuPQMVzv9xGbSnIvKefWa3YRgtLeBFg= Message-ID: <201671d5090ff40cb5a50864bdde2d43c3ba1e15.camel@cmpct.info> To: Sergey Panteleev , internals@lists.php.net Date: Wed, 01 Mar 2023 17:33:42 -0400 In-Reply-To: <4EF2F882-E34D-42C2-938F-79D58EFC98C0@php.net> References: <4EF2F882-E34D-42C2-938F-79D58EFC98C0@php.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.3 (3.46.3-1.fc37) MIME-Version: 1.0 Subject: Re: [PHP-DEV] Release Managers for PHP 8.3 From: calvin@cmpct.info (Calvin Buckley) On Wed, 2023-03-01 at 23:20 +0300, Sergey Panteleev wrote: > 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]. I'll throw my hat into the ring, since I had previously applied for the PHP 8.2 release manager position. I have familiarity with internals and a bit of the release process due to packaging PHP as a downstream (supporting the IBM i platform) and maintaining PECL extensions (ibm_db2/PDO_IBM). There's a lot of triage of user issues (understanding them, providing solutions/patches, etc.), so I feel I could assess PRs on the other side of review. I've also thrown a lot of fixes back upstream, in particular with the ODBC extensions. Currently I just worked on some patches to improve error reporting with sessions/HTTP responses. As such, I think my background would make me a good candidate. ~cb