如果需要发送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
如果需要发送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