-
[2022-08-18 15:22:17][trigger][warning]:[Swoole\Table::set(): failed to set('9205'), unable to allocate memory at file:/home/share/v3.api.easyswole/vendor/easyswoole/easyswoole/src/Core.php line:302]
…
-
![image](https://user-images.githubusercontent.com/93665931/160048814-60d5bafe-e28c-471e-b5e2-3948e5e736aa.png)
[2022-03-25 11:24:35][trigger][warning]:[Swoole\Coroutine\Scheduler::start(): eventLoop…
-
-
spl_object_hash($process)返回的是一个字符串,但是Manager中的table hash字段设的是int型
导致table中的hash存储的是错的, 根据Manager::getInstance()->getProcessByPid() 就获取不到对应的process对象了
php easyswoole process show -d 的截图信息,hash…
-
2022-03-31 11:29:04][trigger][notice]:[Return type of EasySwoole\ORM\AbstractModel::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillC…
ryx16 updated
8 months ago
-
全新安装3.5.1版本,安装时自动生成了Index.php 和 Router.php, 启动报错如下,传入Socket::setOption()的参数一并打印如下:
> main server SWOOLE_WEB
listen address 0.0.0.0
listen port 9…
-
比如依赖注入,没找到页面
-
1、检查日志没发现报错
2、查看了 netstat 发现了下面情况
[root@ai ~]# netstat -n | grep 9501 | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a,S[a]}'
CLOSE_WAIT 20199
ESTABLISHED 576
3、不知道是什么原因造成 http 服务无法响应的,然后重启下 eas…
-
**Router.php 设置**
` $this->setPathInfoMode(false);
$this->setGlobalMode(false);
$this->setMethodNotAllowCallBack(function (Request $request,Response $response){
ret…
-
以下为php8的项目的运行日志,显示该函数已被废弃,请增加兼容代码,或改写改函数,快点发个版,强迫症看不了这种报错,球球了
[2021-09-09 17:03:58][trigger][notice]:[Function libxml_disable_entity_loader() is deprecated at file:/vendor/easyswoole/wechat/src/Ker…