-
https://github.com/amphp/amp/runs/1714053018?check_suite_focus=true#step:9:14
When run on PHP 8.0, an error is reported, because Psalm thinks the return type of `hrtime(false)` is `int` instead of …
-
By no means an authoritative conclusion, but when I switched to `Amp\Log`, I actually noticed _more_ of a blocking behaviour than when using the standard Monolog StreamHandler. Not sure what the diffe…
-
Currently the following test fails to resolve correctly:
```
Base: 'http://localhost/1/2/a.php'
Resolve: 'a.com:80'
Expected result: 'http://localhost/1/2/a.com'
```
PHP currently parses domain or I…
-
I'm not sure if y'all take support requests directly through the issue queue, so I'll try my luck. I created the tool [Drall](https://github.com/jigarius/drall) and one of it's main features is parall…
-
При попытке запустить сервер
> docker compose run --rm api
Получаю следующую ошибку:
```
[INFO wait] --------------------------------------------------------
[INFO wait] docker-compose-w…
-
PHP: 8.3.0
ext-pgsql: 8.3.0
amphp/postgres: v2.1.0
postgresql version 14.6 (also reproduced on 17.0)
e.g. try to execute this SQL
```
SELECT quote_ident(ic.relname) AS relname,
…
-
Hello there! 👋 It's not an issue, rather a question 🤗 I have a worker pool with some tasks running. Workers are using consumables they may request at any time and any number of times. Ideally, I wish …
-
Hello,
My point of view on amphp is that this project pushes always PHP limits further, and I love it. I think it's time to talk about a support of [QUIC](https://www.rfc-editor.org/rfc/rfc9000.htm…
-
In the class `Kelunik/Acme/AcmeService` the following piece of code occurs on multiple occasions in slightly different forms:
```
try {
return Authorization::fromResponse($url, $response->get…
-
Hello. I need your help in finding a memory leak that appears to be somewhere in `amphp/http-server:v3.0.0-beta.2` (not 100% that it's there). I'm assuming this because my application works correctly …