-
If too much time passes between fill events the database server will hangup on the PDO object. This is the same issue as what is happening in #31.
```
Exception: PDOException
Code: HY000
Messag…
-
Hello there!
As I am fairly new to async-php world, excuse me if this question is somehow out of place. I know that this package make it possible to use react-php components inside amphp event loop, …
-
Bunny is based on ReactPHP, however since Amphp does support React promises, bunny should be able to work with Amphp. What are the reasons for this library then? You [mentioned](https://github.com/amp…
-
amphp/http-client expects `2`, but PSRAdapter accepts a `2.0` too.
```
Invalid HTTP protocol version: 2.0 at vendor/amphp/http-client/src/Request.php:126
#0 vendor/amphp/http-client-psr7/src/PsrA…
-
Hi,
I'm experiencing an issue with a tool that relies on this package.
The problem occurs when the tool tries to include `vendor/autoload.php` which automatically includes these functions via co…
-
following the exchange on issue https://github.com/phpactor/phpactor/issues/1304#issuecomment-1567150610 I create a new issue:
following the modification on the old issue, it works great in Kate wi…
-
Is there a way to open more pipes? In normal PHP I can use proc_open to do something like this:
```php
$descriptors = array(
0 => array("pipe", "r"), // STDIN
1 => array("pipe", "w"), //…
-
I'm getting the below exception on a new install of phpactor and vscode-phpactor when I type a single char.
MacOS: 13.6
VSCode: 1.83
```[Error - 10:09:59] Request textDocument/codeAction failed…
-
Used composer for installation get the follow warning message
Package amphp/artax is abandoned, you should avoid using it. Use amphp/http-client instead.
-
When using the vscode-phpactor together with standard PHP plugin , the following error may occur.
```
[[0;32mINFO[0;0m][[1;37m973742.766205[0;0m] IN:{
"jsonrpc": "2.0",
"id": 26,
…