parent root
PHP: Installation - Manual

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: » https://pecl.php.net/package/yaf.

Windows binaries (DLL files) for this PECL extension are available from the PECL website.

add a noteadd a note

User Contributed Notes 4 notes

up
2
qbhust at gmail dot com
4 years ago
Yaf can be installed from source code by:

cd /path/to/yaf-src/
phpize
./configure
make
sudo make install
up
-16
mikespook at gmail dot com
5 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
up
-12
vick dot qi at yahoo dot com
3 years ago
PHP 5.4.X-5.6.X should intall yaf version 2.3.4
up
-23
alex at corretge dot cat
6 years ago
Yaf is an PECL extension, thus you can simply install it by:

pecl install yaf
To Top
parent root