-
In my server, Ubuntu 20.04 (amd64), php 8.0.29, when using http-client with HPackNgHttp2, php process memory will getting keep increase.
But change to HPackNative, php process memory will be stable w…
-
## Motivation
- Currently, Drall uses `amphp/process` libraries to execute commands in parallel.
- This means the output of every command is buffered and then displayed when the command finishes.
…
-
Could psalm check objects which implement Serializable whether they met the contract?
Like all objects used while serialization are also serializable etc (a lot of builtin classes are not serializa…
-
Try to add server-side prepared statements.
Info:
https://dev.mysql.com/doc/refman/8.0/en/sql-syntax-prepared-statements.html
https://dev.mysql.com/doc/refman/8.0/en/c-api-prepared-statements.html
-
while working on #50, i noticed a weird behavior within the library.
a query cannot be executed ( on the same connection ), unless all handles related to a specific transaction are released, howeve…
-
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…
-
Hi there!
I've been trying to get the language server up and running and connect it to CodeMirror, I've tried to run it on my Mac, Docker, and a Ubuntu 22.04 VPS all running PHP 8.1. It reports a f…
-
We can now easily send a message to a relay, great!
But maybe folks don't like the client we use, so give them the option to swap it.
-
As I understand it, this is a block, a ban. But I can log into my account from my phone and computer. Is only the API blocked? What other ways are there to check the block and the reason? I wrote to T…
-
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 …