站长资讯网
最全最丰富的资讯网站

php7如何安装yaf扩展

php7安装yaf扩展的方法:1、在官网下载yaf扩展库源码安装包,并解压;2、生成编译configure配置文件;3、执行配置文件,编译并安装;4、引用扩展,重启php-fpm。

php7如何安装yaf扩展

本文操作环境:centos 7系统、php 7&&yaf 3.0.6、thinkpad t480电脑。

1、下载yaf扩展库源码安装包

如图:

php7如何安装yaf扩展

2、下载yaf扩展库源码安装包

wget -c http://pecl.php.net/get/yaf-3.0.6.tgz

3、解压yaf扩展yaf-3.0.6.tgz包

tar -xzvf yaf-3.0.6.tgzcd yaf-3.0.6

4、生成编译configure配置文件

php7如何安装yaf扩展

5、执行配置文件

[root@zixuephp yaf-3.0.6]# ./configure --with-php-config=/usr/local/php/bin/php-config

6、编译并安装

php7如何安装yaf扩展

7、在PHP的配置文件中引用扩展

php7如何安装yaf扩展

8、重启php-fpm服务扩展生效

service php-fpm restart

在安装完后通过运行php中的phpinfo()查看扩展信息,如图:

php7如何安装yaf扩展

赞(0)
分享到: 更多 (0)
网站地图   沪ICP备18035694号-2    沪公网安备31011702889846号