先加载json扩展。...
2021-03-17 02:22:13
请调整扩展加载顺序,先加载 curl.so 后加载 swoole.so...
2021-03-16 20:13:20
predis 和 ext-redis 的行为肯定不一样,这个与 hook 无关...
2021-03-09 17:21:48
我这里测试结果一致,两者原理一样,同是通过hook实现的...
2021-03-09 02:24:51
怎么编译的swoole?...
2021-03-05 20:00:45
mac自带的php?...
2021-03-05 19:28:36
我这里是`.1`,就是`0.1`......
2021-03-05 17:15:43
加个sleep
```php
$process = new Swoole\Process(funct...
2021-03-05 01:09:22
以下代码正常
```php
$http = new Swoole\Http\Server('0.0...
2021-03-04 23:37:52
直接使用go,而不是run。...
2021-03-04 19:48:21
请升级最新版本复现问题,按照文档提交错误报告https://wiki.swoole.com/#/ot...
2021-03-03 23:46:05
上面是你pdo_pgsql的扩展依赖有问题。
下面的swoole是因为你使用的phpize版本不一致...
2021-03-01 16:45:35
测试正常
```
int(1)
int(2)
this is my server, use...
2021-02-17 22:03:44
低版本swoole不支持M1,请使用v4.6.2版本,增加`--enable-thread-cont...
2021-02-07 16:32:58
SIGRTMIN 这个信号不是会废弃吗
```bash
PHP Warning: Use of...
2021-02-01 17:31:35