-
Execute the command and paste the result below.
Command: `uname -a && php -v && composer info | grep hyperf && php --ri swoole`
```bash
# Paste the result here.
uname -a
Darwin MacBook-Pro.lo…
-
## Before you submit an issue, please be sure to search through existing issues as well as search through the [documentation](https://hyperf.wiki)
- [X] I've searched all existing issues
- [X] I've …
-
FFI is very useful when using some PHP libraries like vips.
-
### Octane Version
2.5.9
### Laravel Version
11.x
### PHP Version
8.3.11
### What server type are you using?
Swoole
### Server Version
5.1.4
### Database Driver & Version
_No response_
###…
-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
```
go(function () {
$config = Config::get…
-
Hello, and thank you for taking over the maintenance of this bundle.
I wasn't sure if reporting this as bug or feature request. It is really a point of discussion on how this bundle will evolve and w…
-
hprose-swoole does not support swoole 4.4, even async is installed, Undefined property still exists.
PHP Notice: Undefined property: Swoole\Http\Client::$id in /var/www/html/enclog …
-
swoole-cli在linux下无法使用-a进入shell交互,提示:Interactive shell (-a) requires the readline extension.
猜测应该是readline扩展加载比较滞后导致的
-
测试代码:
```shell
-
Hi,
Having two servers working well when launched independantly but when included/called together in one same php file, only the first one (TCP) is working.
When i invert the two requires, it …