©
This document uses PHP Chinese website manual Release
此 » PECL 扩展未与 PHP 捆绑。
安装此 PECL 扩展相关的信息可在手册中标题为 PECL 扩展的安装章节中找到。更多信息如新的发行版本、下载、源文件、 维护人员信息及变更日志等,都在此处: » http://pecl.php.net/package/yaf.
PECL 扩展的 DLL 当前不可用。参见 在 Windows 上构建章节。
[#1] qbhust at gmail dot com [2015-09-26 15:29:48]
Yaf can be installed from source code by:
cd /path/to/yaf-src/
phpize
./configure
make
sudo make install
[#2] mikespook at gmail dot com [2013-12-04 09:49:47]
Install PHP-YAF to Ubuntu from PPA:
> sudo add-apt-repository ppa:mikespook/php5-yaf
> sudo apt-get update
> sudo apt-get install php5-yaf
[#3] alex at corretge dot cat [2013-04-17 14:22:30]
Yaf is an PECL extension, thus you can simply install it by:
pecl install yaf