gdejong
gdejong
**Guzzle version(s) affected**: 7.4.2 **Description** The documentation for using a `GuzzleHttp\Pool` suggests type hinting the `rejected` callable with a `\GuzzleHttp\Exception\RequestException` https://docs.guzzlephp.org/en/stable/quickstart.html#concurrent-requests This can lead to a `TypeError` since it is...
Currently when dealing with a `UnixServer`, its connections do not return a value for `getRemoteAddress`, the returned value is actually `NULL`. I`d like it to return the PID of the...
# Problem description Writing wav data to a named pipe (fifo file) is not possible and triggers the error: `this file format does not support pipe write`. There is an...
locale_get_display_name does not work as expected by default in Alpine Linux 3.16 based PHP images
The latest PHP images based on Alpine Linux now use Alpine Linux v3.16. In v3.16, Alpine Linux has split the ICU package in two: `icu-data-en` and `icu-data-full`. Only the `icu-data-en`...
(sorry, unable to reproduce on psalm.dev) Given a script: ```