Newsgroups: php.internals,php.internals Path: news.php.net Xref: news.php.net php.internals:119645 php.internals:119646 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 35913 invoked from network); 1 Mar 2023 20:21:10 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 1 Mar 2023 20:21:10 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 81FB21804D4 for ; Wed, 1 Mar 2023 12:21:09 -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_40, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-wr1-f44.google.com (mail-wr1-f44.google.com [209.85.221.44]) (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 12:21:08 -0800 (PST) Received: by mail-wr1-f44.google.com with SMTP id j2so14495742wrh.9 for ; Wed, 01 Mar 2023 12:21:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1677702067; h=to:date:message-id:subject:mime-version:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=XWHj4GkGorQzll468GbO4eSm8K28cwT3mxM+3y1LRAg=; b=EfZr4sGIMC4utIgFjuOt5icvSmXBLHxmbgYr1CA8EfxUC6T8mjuufMy9AuLOGd38DR PEeZ9hOGz98Zt3Ypc7oMSaJyrtF51QBd/YWnWIb0W6bKVN4jgHKdE2n314LFAXrgae1v DgzOPamESGqW9IZx7VCEnVZLFp/GOKdLiD1JpoFAh/uI4C2HYdHD8JbwBuf8dAqNWbSE Y63eChiNDCUChSlhS1FGMnaTAd6Ow2MH/hU+WB+emEbyjszeWxUnYk58zzdQ7eZg18pZ NCeXhy5XVuF+z+3H1NfExjv5LEYOhC7XBDAHYTkFWA6pGvC3jLGIlMvDTIIuvJ4sNaI3 c1VA== X-Gm-Message-State: AO0yUKU0yyEs+y2TqseqBGr7FcbYwT0H+QtSCzPYMk8Ak2CIRY1X7knf nysehWc/65eJJ30x8hgGD1gclTGU/P4FBLoF/Ho= X-Google-Smtp-Source: AK7set+jkQR06tT/PnCI5B97CVXaG0cP+F3WL8uy9GURHIhdrdKjc8tSxjXbCFLLT+bkSULhO1ma2w== X-Received: by 2002:adf:ee0c:0:b0:2c9:8df7:b390 with SMTP id y12-20020adfee0c000000b002c98df7b390mr6029095wrn.63.1677702067356; Wed, 01 Mar 2023 12:21:07 -0800 (PST) Received: from smtpclient.apple ([176.220.110.172]) by smtp.gmail.com with ESMTPSA id w15-20020adfee4f000000b002be5bdbe40csm13369133wro.27.2023.03.01.12.21.03 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Mar 2023 12:21:06 -0800 (PST) Content-Type: multipart/signed; boundary="Apple-Mail=_E9325352-A204-4854-BEA6-38660EA5774B"; protocol="application/pgp-signature"; micalg=pgp-sha256 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.400.51.1.1\)) Message-ID: <4EF2F882-E34D-42C2-938F-79D58EFC98C0@php.net> Date: Wed, 1 Mar 2023 23:20:20 +0300 To: internals@lists.php.net X-Mailer: Apple Mail (2.3731.400.51.1.1) Subject: Release Managers for PHP 8.3 From: sergey@php.net (Sergey Panteleev) --Apple-Mail=_E9325352-A204-4854-BEA6-38660EA5774B Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi all, It's time to start the process of finding and electing RMs for the next = minor PHP release. We are looking for three souls to take on this role. Whomsoever is = elected will be guided and helped by the current, as well as previous = RMs and the excellent documentation in release-process.md [1]. Candidates should have a reasonable knowledge of internals (without = necessarily being a C guru), be confident about merging pull requests = without breaking backward compatibility, doing triage for bugs, liaising = with previous release managers, and generally getting the branch in good = shape, as these are among the activities you will be undertaking as = release manager. Notably, at least one of the volunteers must be a "veteran" release = manager, meaning they have participated in at least one release of PHP = in the past. The other may be an additional veteran, or more ideally, = someone new to the RM role (in order to increase our supply of veteran = RMs). 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]. [1] https://github.com/php/php-src/blob/master/docs/release-process.md [2] https://wiki.php.net/todo/php83 Let's all make PHP awesome! Pierrick Charron, Sergey Panteleev & Ben Ramsey --Apple-Mail=_E9325352-A204-4854-BEA6-38660EA5774B Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE5gkT5N8gmQfY4w2WZZqXyc8qeVoFAmP/s4QACgkQZZqXyc8q eVoGAg//aJG54nFf+ICtjN89j9cxPk4ctoVGHLzUaykHO/clTt1Qv/9o83+VFcpR 67YXFlNqz2//yw8xShAp8eHr4QaOE0Q259BbLIJjfPyJKnjsanb4/B7LGMw394Vc uejqSu1OEvknkg3AJ1rr7cahZZ+ISnpn3Nqy/hQqpwiFOBBHosDaGOZRCGvynwsA Q7yVpFe62w7KgaM0KamTrTmrJ4Kh6Ycit3vJMMTUu2OVd70CgjjFQwhgUFCodcQK ZWNw3Sw/ffoJTUzdjBVtJAyz/5hH9NlqX/9WQ/EZj0cuTEqQ+KYK9qtJnKoGMUuH P1/Y8akHVSMuhWofPe2hEMVRnz9SodLETi6KUuRXJ2M+DtWuA7CTacfS7rWXHnIp WvfsbF9ILzj1ucrBtIzfWumO9VAet/2gwfhmsAkwDmiAO7KA/Yzw/iFX+fihBptP jsumSC/D2uvS2gR4zfwfz5vJuHV/du5I3d8v0YMzBNTRDIileY3tRFCEgGbXGG6T KyeRWi/io33IZgXAVLZXAXgssQyn9y061NkY0SORUaTfiY1KaHvVjse77n3bQpp3 wUZhGdnKx4k209o3ArT0EDxXA9A6psxIhObKGyqeUYFmYjM5om/NwM8wIs084qgX XxmuoMd5eVlhLkQqM3+U4MPwnuvPlCBtlHrP4R9YUm9eLuTNzLc= =QNrK -----END PGP SIGNATURE----- --Apple-Mail=_E9325352-A204-4854-BEA6-38660EA5774B--