Windows Swoole 搭建
2021-05-17 02:29
标签:nbsp -- 安装 界面 www OLE span 解压 进入 I:安装Cygwin 1.下载Cygwin ->下载地址:https://www.cygwin.com/ 2:安装Cygwin 3:选择需要安装的插件 --devel ->gcc-core ->gcc-objc++ ->pcre-dev ->pcre2 ->pcre --purl ->autoconf --Interpraters ->php II:安装Swoole 1:下载Swoole 地址:https://github.com/swoole/swoole-src/releases 2:将swoole解压到Cygwin/Home文件夹下 3:打开Cygwin。类似于linux命令行,进入swoole目录下 4:执行以下命令 ->Phpize ->./configure ->make ->make test ->make install 5:在php.ini中添加Swoole扩展 ->extension=swoole.so 6:启动Swoole服务 ->在cygwin界面进入swoole安装目录中的example目录下的http目录 ->执行 php server.php 7:在浏览器地址栏访问http://127.0.0.1:9501/ Windows Swoole 搭建 标签:nbsp -- 安装 界面 www OLE span 解压 进入 原文地址:https://www.cnblogs.com/catyxiao/p/11792070.html