1:下载swoole源码,mac 安装swoole扩展https://github.com/swoole/swoole-src/releases
2:tar -zxvf swoole.tgz
3:进入解压目录,输入:/usr/local/php/bin/phpize
4:./confiure --with-php-config=/usr/local/php/bin/php-config
5:make && make install
6:修改php.ini,extension=mac 安装swoole扩展swoole.so 

相关文章:

  • 2021-07-10
  • 2022-01-23
  • 2021-09-04
  • 2021-09-28
  • 2021-07-22
  • 2021-07-17
  • 2021-12-07
猜你喜欢
  • 2021-06-10
  • 2022-12-23
  • 2021-05-23
  • 2021-07-03
  • 2022-12-23
  • 2021-06-08
  • 2022-01-27
相关资源
相似解决方案