Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:128549 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 7041C1A00BC for ; Mon, 25 Aug 2025 07:39:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1756107448; bh=AdWXUuMpgXOWFYAL6RQSrSf7odhHPEZyKic/WBvcaxE=; h=Date:From:To:Subject:In-Reply-To:References:From; b=Cv5NOKQpu+oQiAB4k9f+pvZJKgUbueq4EWaNQ0RoNHFgcKkXr++6ZWgg98I+zCNkJ T9GX5n3aoyXK8aJiczldUeZmspfj0pcFqerW1b4MCwu8lVeJxi2RtxO0KLc1OuGmjY YeMwu2cw/kqxsAnYJgHeMahdRoOiLvtoWCxxHD+AEBfkhP/VW3aGqTMwLRQYubcEBw b8pJN1E6lFpPT+r1iT2U+oG5MgoRA8JTf2O5LrOc+DcQsM6XI1b7D50R/m7LtQGaz5 ynQJDinmtdSOLMwXMDFD7QBA792z/2duRdTYU5/8tLCJ9mt2cizEo+uGmJinvNiKUv 3P5Ev317chmcQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 89001180059 for ; Mon, 25 Aug 2025 07:37:27 +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=3.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_PASS, SPF_SOFTFAIL autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) (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 ; Mon, 25 Aug 2025 07:37:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1756107538; bh=AdWXUuMpgXOWFYAL6RQSrSf7odhHPEZyKic/WBvcaxE=; h=Date:From:To:Subject:In-Reply-To:References:From; b=A9elpJkG64pSKJww+z+aMAVo+bVeIm6JUE/zjmd3GJA7lbNDGfBYi4FAUPChRv1lD ZekeD0CBWN6r82cEGK906BKX/oY7L8zEDjq/BEaqYX1pCgGOtwUfxIHTx6WbtimqFz a4laio7JK+tBL8JPAqZzApkdJLBTyHIZQS0EtuKn/U3BhiBXN/NcuYsdAuP6OCzHB4 1LPZaSKQY1SuxADfDSB5p3oB/gxcSVCY+15nZ30utOBm6lOE5UrUJ/JXEbC0qQ298z XvzAcha/tHSZntC81mXmUyPu1e5gOFnprAHNbBpRLr9lM+2qm/hgMcIyesNots6Wvx 2eOzJ4frDD0Vg== Received: from [127.0.0.1] (unknown [85.255.233.3]) by xdebug.org (Postfix) with ESMTPSA id 72C3310C052; Mon, 25 Aug 2025 08:38:58 +0100 (BST) Date: Mon, 25 Aug 2025 08:38:55 +0100 To: Ben Ramsey , PHP Internals List Subject: Re: [PHP-DEV] [RFC] [Discussion] Recommend PIE and deprecate PECL User-Agent: K-9 Mail for Android In-Reply-To: References: Message-ID: <8CAE52D6-EB18-4CC7-AE0E-9296CB2FB1AE@php.net> Precedence: list list-help: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: derick@php.net (Derick Rethans) On 24 August 2025 18:19:29 BST, Ben Ramsey wrote: >On Sat, Aug 23, 2025 at 02:43 James Titcumb wr= ote: > >> Folks, >> >> Presenting the RFC for deprecating PECL and adopting PIE as the >> recommended extension installer for PHP: >> >> https://wiki=2Ephp=2Enet/rfc/adopt_pie_deprecate_pecl >> >> Plan to move to vote on or shortly after 6th September=2E >> >> Thanks >> James >> > > >=E2=80=9CA link to the PIE GitHub repository is recommended to provide a = call to >action to the user=2E=E2=80=9D > >I think it might be better to set up a page at php=2Enet/pie to link folk= s >to, and this page can link to the repository=2E > >Cheers, >Ben Ideally we have a page in the docs like this, , for which we then can setup a sho= rt url (which we should also do for /composer)=2E Happy to help with this=2E cheers Derick