According to an announcement on PECL it is deprecated and users should switch to PIE:
PECL is now deprecated. 🥧 PHP Installer for Extensions (PIE) is the replacement for PECL. We recommend publishing your extension using PIE instead.
https://pecl.php.net
Describe the Enhancement
Currently we are pulling extensions from PECL for compilation. That might needs to get adjusted soon.
Possible Solution
Motivation
According to an announcement on PECL it is deprecated and users should switch to PIE:
PECL is now deprecated. 🥧 PHP Installer for Extensions (PIE) is the replacement for PECL. We recommend publishing your extension using PIE instead.
https://pecl.php.net
Describe the Enhancement
Currently we are pulling extensions from PECL for compilation. That might needs to get adjusted soon.
Possible Solution
Motivation