美文网首页
安装swoole

安装swoole

作者: zhtttyi | 来源:发表于2019-03-24 17:10 被阅读0次

通过git clone swoole项目后进入目录,发现没有config文件

1.执行/path/php/bin/phpize

2.执行./configure --with-php-config=/path/php/bin/php-config

3.make

4.make install

5.php.ini文件加入extension=swoole开启swoole扩展

相关文章

网友评论

      本文标题:安装swoole

      本文链接:https://www.haomeiwen.com/subject/cmbuvqtx.html