swoole wss支持ssl https配置
2017-12-01 本文已影响0人
ZYK的轮子
下载: http://pecl.php.net/package/swoole
pcre (centos系统可以执行命令:yum install pcre-devel)
phpize
./configure --enable-openssl --with-php-config=/www/server/php/56/bin/php-config
make
sudo make install