-
1. Your software version (Screenshot of your startup)
| Software | Version |
| --------- | --------- |
| PHP | 8.3 |
| Swoole | 5+ |
| Laravel| 10+ |
2. Detail descri…
-
```shell
docker run --name hyperf \
-v /workspace/skeleton:/data/project \
-w /data/project \
-p 9501:9501 -it \
--privileged -u root \
--entrypoint /bin/sh \
hyperf/hyperf:8.1-alpine-v3.18-s…
lv997 updated
1 month ago
-
I tried to install swoole with pecl, but the following error occured:
`/tmp/pear/temp/swoole/ext-src/swoole_coroutine.cc:992:57: error: 'ZEND_EXIT' was not declared in this scope; did you mean 'ZEND_…
-
Hello, I would like to thank you for this repo which is so impressive. I'm looking to learn about swole's gRPC and need some advice. Thank you!
https://openswoole.com/docs/modules/grpc-server
-
``` bash
[2022-04-28 17:24:05 @19976.0] NOTICE Socket::ssl_connect(fd=11) to server[0.0.0.0:27407] failed. Error: error:1409442E:SSL routines:ssl3_read_bytes:tlsv1 alert protocol version[1|1070]
```…
-
### Problem Statement
The current version of SDK contains static calls to classes that manage one global state. This is not usable in concurrent workloads, where multiple fibers may process multiple …
-
```php
$server = new Swoole\WebSocket\Server("0.0.0.0",4455,SWOOLE_THREAD );#SWOOLE_PROCESS SWOOLE_THREAD
$server->set([
'reactor_num' => swoole_cpu_num()*4,#reactor线程数 1-4倍 默认值:CPU 核…
-
Please answer these questions before submitting your issue.
1. What did you do? If possible, provide a simple script for reproducing the error.
背景:抓包可以在swoole服务端看到请求(swoole已收到请求),业务层没有处理。(偶现,不稳定…
-
```bash
uname -a && php -v && composer info | grep hyperf && php --ri swoole
Darwin bogon 24.0.0 Darwin Kernel Version 24.0.0: Mon Aug 12 20:54:26 PDT 2024; root:xnu-11215.1.10~2/RELEASE_ARM64_T8112…
-
`ext/pdo_pgsql/pgsql_sql_parser.re:22:10: fatal error: ext/pdo/php_pdo_int.h: No such file or directory`