下载 https://github.com/swoole/swoole-src/releases

tar zxvf swoole-4.0.4

mv swoole-4.0.4 /usr/local/swoole-4.0.4

phpize

./configure

make && make install

添加扩展

找到php.ini 在其中加入 

extension=swoole.so

php7 安装swoole4.0.4

 

相关文章:

  • 2021-06-15
  • 2021-06-09
  • 2021-12-01
  • 2022-02-09
  • 2021-07-25
  • 2021-12-03
  • 2021-06-11
猜你喜欢
  • 2021-12-04
  • 2021-12-04
  • 2021-09-14
  • 2021-12-04
  • 2021-12-13
  • 2021-05-25
相关资源
相似解决方案