PHP 7.0.6 Released

Installation

This » PECL extension is not bundled with PHP.

Information for installing this PECL extension may be found in the manual chapter titled Installation of PECL extensions. Additional information such as new releases, downloads, source files, maintainer information, and a CHANGELOG, can be located here: » http://pecl.php.net/package/yaf.

A DLL for this PECL extension is currently unavailable. See also the building on Windows section.

User Contributed Notes

qbhust at gmail dot com
7 months ago
Yaf can be installed from source code by:

cd /path/to/yaf-src/
phpize
./configure
make
sudo make install
mikespook at gmail dot com
2 years ago
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
alex at corretge dot cat
3 years ago
Yaf is an PECL extension, thus you can simply install it by:

pecl install yaf
To Top