Yaf 安装
PHP5.6 安装Yaf 2.3.5

1.下载

https://github.com/laruence/yaf

2.phpize

/usr/bin/phpize 

3.配置

./configure --with-php-config=/usr/local/php/bin/php-config

4.将yaf加入php.ini

extension = "yaf.so"

5.重启查看

lnmp restart

6.查看

#php -m|grep yaf
yaf

相关文章:

  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-03-31
  • 2021-09-13
  • 2022-12-23
  • 2021-10-03
  • 2021-12-23
  • 2021-07-07
相关资源
相似解决方案