[php-src] master: Add information about PIE extensions (#22613)
James Titcumb via GitHub <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: James Titcumb (asgrim) Committer: GitHub (web-flow) Pusher: LamentXU123 Date: 2026-07-10T01:44:23+08:00 Commit: https://github.com/php/php-src/commit/c3f1015e5655ac5d3ddb06f6a7c222886890bc83 Raw diff: https://github.com/php/php-src/commit/c3f1015e5655ac5d3ddb06f6a7c222886890bc83.diff 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. Changed paths: M README.md Diff: diff --git a/README.md b/README.md index 3f4e0534ede2..d83203d74c0b 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