## Request Please add PIE (PHP Installer for Extensions) support for the Microsoft SQL Server PHP extensions. ## Background - PECL has been experiencing frequent outages affecting CI/CD pipelines - The PECL maintainer officially recommends migrating to PIE: https://github.com/php/web-pecl/issues/105#issuecomment-3004799395 - PIE is the official replacement for PECL, developed by the PHP Foundation ## Current Status Both `sqlsrv` and `pdo_sqlsrv` are listed as "?" (not supported) in the [PIE migration status](https://github.com/php/pie/blob/main/docs/supported-extensions.md). This would provide a more reliable installation method and align with the PHP community's direction. **Update** PECL officialy deprecated with [this rfc](https://wiki.php.net/rfc/adopt_pie_deprecate_pecl).