Blogger Information
Blog 16
fans 0
comment 0
visits 14627
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
为php编译swoole扩展
进击的小菜鸟
Original
721 people have browsed it

由于swoole源码中没有configure文件 所以需要先在swoole源码目录下通过phpize生成configure文件
然后执行./configure —with-php-config=(phpconfig的路径)
make && make install
然后编辑php.ini 加入extension=swoole
查看是否成功 可以在swoole目录下的example/server目录中运行php echo.php
使用netstap -anp |grep 9501查看是否在运行
ps aft | grep server.php(服务端脚本文件) 可以查看工作中的worker进程数量

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!