1.首先更新php版本,如果已经是最新的请忽略,
(1)查看是否安装php
brew search php
(2)安装最新版本php
brew install php
2.查看是否安装openssl,安装了请忽略
(1)查看是否安装openssl
brew search openssl
(2)安装最新版本openssl
brew install openssl
3.找到openssl的安装位置,步骤4会用到
4.进入root模式进行安装
(1)进入root模式 su root
(2)安装sudo pecl install swoole
enable sockets supports? [no] : yes
enable openssl support? [no] : yes --with-openssl-dir=/usr/local/Cellar/openssl@1.1/1.1.1g
enable http2 support? [no] : no
enable mysqlnd support? [no] : yes
5.验证是否安装成功
php -m
找到了swoole说明安装成功