yaf安装

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yaf安装相关的知识,希望对你有一定的参考价值。

 
$yum install autoconf(如果缺少的情况下需要安装)
$ cd /opt/php/bin/phpize
$ ./configure --with-php-config=/opt/php/bin/php-config
$ make && make install
$ vim /opt/php/lib/php.ini
-----add begain---------
//最好放在extension的位置 extension=yaf.so //在php.ini文件末尾放置 [yaf] yaf.environ = product yaf.library = NULL yaf.cache_config = 0 yaf.name_suffix = 1 yaf.name_separator = "" yaf.forward_limit = 5 yaf.use_namespace = 0 yaf.use_spl_autoload = 0
--------end----------------------
 
$ systemctl restart nginx
$ systemctl restart php-fpm

以上是关于yaf安装的主要内容,如果未能解决你的问题,请参考以下文章

yaf的安装

为PHP安装yaf拓展

雷林鹏分享:linux环境下安装PHP Yaf框架

CentOS环境下给PHP7.0安装yaf扩展

yaf安装

[PHP] Yaf框架的简单安装使用