Thinkphp thinkcmf 安装swoole cli执行 Uncaught Error: Class ‘chan‘ not found

欢迎大家访问我的博客 www.kevink.club


原文链接:http://www.kevink.club/archives/115.html

 

在thinkcmf 安装swoole的时候报错
```
PHP Fatal error:  Uncaught Error: Class 'chan' not found 

```
![2020-07-08T08:15:20.png][2]


是由于在php.ini 上 swoole 的扩展 设置问题, 检查以下配置:

![2020-07-08T08:17:55.png][1]

Hyperf 框架需要关闭 swoole,use_shortname ,在之前用的时候关闭了,现在用swoole的时候会报错。只要改回来就可以了。


  [1]: http://www.kevink.club/usr/uploads/2020/07/3040449261.png
  [2]: http://www.kevink.club/usr/uploads/2020/07/3897155064.png

你可能感兴趣的:(swoole)