Swoole入门指南:PHP7安装Swoole详细教程(一)
环境
这里不在使用apache做为web server。该用nginx + php-fpm,性能更强大,配置更方便。并且为了跟上php的步伐,也使用了比较新的php版本
- [x] centos7
- [x] php7.0.12
- [x] nginx/1.10.2
- [x] php-fpm
下载 swoole
首先下载swoole的源码包,这个操作很简单,没有太多说的。
wget -c https://github.com/swoole/swoole-src/archive/v2.1.1.tar.gz
解压: tar -zxvf v2.1.1.tar.gz cd swoole-src-2.1.1/
./configure 来做编译配置检测
make进行编译,make install进行安装
命令执行:
[root@php7 swoole-src-2.0.6]# phpize
[root@php7 swoole-src-2.0.6]# ./configure
[root@php7 swoole-src-2.0.6]# make && make install
make install后,如果正确,会出现以下内容
[root@php7 swoole-src-2.0.6]# make install
Installing shared extensions: /usr/lib64/php/modules/
这表示,在 /usr/lib64/php/modules/ 目录中,成功生成了 swoole.so 文件
修改配置文件
要能够使用该模块,还需要在 php.ini 文件中添加该模块。
这里需要注意,php7的模块配置文件均单独分开了。
在 php.ini 中可找到如下内容
;;;;
; Note: packaged extension modules are now loaded via the .ini files
; found in the directory /etc/php.d; these are loaded by default.
;;;;
因此,如果你的php安装时,如果未特殊设置,可以在/etc/php.d 目录中,找到添加模块的配置文件。
进入到 cd /etc/php.d 目录,完成相关的配置
[root@php7 swoole-src-2.0.6]# vim swoole.ini ; Enable swoole extension module extension=swoole.so
评论列表
匿名
nolvadex 20mg over the counter <a href="https://datamofn.com/">how to get nolvadex without a prescription</a> ceftin 250mg ca
2023-05-15 23:56:32
匿名
buy generic indocin over the counter <a href="https://getcefipro.com/">cefixime 100mg us</a> where can i buy suprax
2023-05-15 09:44:39
匿名
buy clindamycin medication <a href="https://cherytin.com/">oral erythromycin 500mg</a> order generic sildenafil 50mg
2023-05-14 00:46:41
匿名
buy avana 200mg pills <a href="https://profenac.com/">diclofenac us</a> buy cambia paypal
2023-05-13 19:58:34
匿名
flagyl 200mg cheap <a href="https://cephacrsa.com/">order cephalexin 125mg generic</a> purchase cephalexin pill
2023-05-12 13:15:25