美文网首页
安装swoole扩展

安装swoole扩展

作者: 哈哈新开张 | 来源:发表于2024-01-28 16:44 被阅读0次

如果需要发送https请求,需要

/usr/local/php/bin/phpize
./configure --enable-openssl --with-php-config=/usr/bin/php-config
make && make install
php --ri swoole 检查是否成功

如果是已经安装完的swoole重新再次编译安装,一定要
make clean

相关文章

网友评论

      本文标题:安装swoole扩展

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