duchymor
duchymor
## Description avoid build PHP-FPM fail behind proxy ## Motivation and Context pecl channel-update command was failing this way: #9 0.630 + apt-get update -yqq #9 6.002 + pecl channel-update...
### Version of install-php-extensions v.2.9.0 ### Error description Trixie breaks installation of extensions from Microsoft repository. Thank you in advance. ``` 11.11 ### INSTALLING REMOTE MODULE pdo_sqlsrv ### 11.12 Installing...
Currently normalizer does this: ``` - "foo/bar": "~0.1" + "foo/bar": "^0.1" ``` This is wrong because ~0.1 evaluates to >=0.1 =0.1