Commit c3f1015e565 for php.net

commit c3f1015e5655ac5d3ddb06f6a7c222886890bc83
Author: James Titcumb <james@asgrim.com>
Date:   Thu Jul 9 18:44:23 2026 +0100

    Add information about PIE extensions (#22613)

    Adds information about PIE to the PHP extensions section of the readme,
    also indicating that PECL is now deprecated.

diff --git a/README.md b/README.md
index 3f4e0534ede..d83203d74c0 100644
--- a/README.md
+++ b/README.md
@@ -130,8 +130,10 @@ permissions.
 ## PHP extensions

 Extensions provide additional functionality on top of PHP. PHP consists of many
-essential bundled extensions. Additional extensions can be found in the PHP
-Extension Community Library - [PECL](https://pecl.php.net).
+essential bundled extensions. Additional extensions can be found on the
+[PIE Extensions](https://packagist.org/extensions) list, and installed with
+[🥧 PIE, the PHP Installer for Extensions](https://github.com/php/pie) or the
+deprecated PHP Extension Community Library - [PECL](https://pecl.php.net).

 ## Contributing