Eric Durand-Tremblay

Results 4 issues of Eric Durand-Tremblay

## Changes When generating the COMPOSER_AUTH json, handle special case for github host rule. ``` "hostRules": [ { "hostType": "git-tags", "matchHost": "github.com", "encrypted": { "token": "GitHub Personal Access Token" }...

**Frequently asked questions** - [x] I have read [Frequently Asked Questions](https://github.com/oerdnj/deb.sury.org/wiki/Frequently-Asked-Questions) **Describe the bug** PHP 8.1 require the version 3.2.0 of the memcached extension. The package php8.1-memcached on amd64 have...

## Changes Take 2 of #16193 considering When generating the COMPOSER_AUTH json, handle special case for github host rule. ``` "hostRules": [ { "hostType": "git-tags", "matchHost": "github.com", "encrypted": { "token":...

A simple `array_map(strtolower(...), array)` cause the `--taint-analysis` to throw an exception. https://psalm.dev/r/4180f36bb1 The regular code scanning pass. It does not crash with user function or class method like : ```...

bug
taint analysis
causes crash