1. 程式人生 > >安裝swoole

安裝swoole

nan extension 編譯 soc dev swoole.so pos pac 安裝apache

yum update 服務器

yum install php php-pear php-devel httpd gcc

pear 執行安裝包

devel 執行工具

httpd 安裝apache服務器

gcc 執行編譯

安裝swoole

pecl install swoole 安裝swoole

在php.ini中添加swoole 擴展

yum install nano 安裝 nano

nano /etc/php.ini

查找extension

添加 extension=swoole.so

保存退出

ps -aux | grep socket.php 查找socket 進程

安裝swoole