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
评论列表
匿名
metformin 500mg canada <a href="https://tamonline.shop/">tamoxifen 20mg usa</a> nolvadex 20mg without prescription
2023-03-12 22:53:39
匿名
buy tadalafil 20mg sale <a href="https://ereceds.com/">where to buy ed pills online</a> buy ed pills gb
2023-03-12 09:11:07
匿名
minocycline 50mg cost <a href="https://pllsgnrc.shop/">cost minocycline 100mg</a> order terazosin 1mg generic
2023-03-10 23:32:40
匿名
tadalafil 10mg price <a href="https://edvgr.today/">viagra 200mg for sale</a> sildenafil fast shipping
2023-03-10 12:54:22
匿名
purchase esomeprazole <a href="https://acpllsk.com/">buy generic esomeprazole 20mg</a> buy lasix 100mg generic
2023-03-09 09:13:48