Yaf can be installed from source code by:
cd /path/to/yaf-src/
phpize
./configure
make
sudo make install
Diese » PECL-Erweiterung ist nicht Teil von PHP.
Information zur Installation dieser PECL-Erweiterung finden sie im Kapitel Installation von PECL-Erweiterungen. Zusätzliche Informationen wie neue Releases, Downloads, Quelldateien, Maintainerinformation und ein CHANGELOG finden Sie hier: » https://pecl.php.net/package/yaf.
Windows-Binaries (DLL-Dateien) für diese PECL-Erweiterung sind auf der PECL-Website erhältlich.
Yaf can be installed from source code by:
cd /path/to/yaf-src/
phpize
./configure
make
sudo make install
A new PPA repo has been updated to the latest Yaf.
Available on Ubuntu 18.04, 20.04, 20.10, and 21.04
> sudo add-apt-repository ppa:mikespook/php-yaf
> sudo apt-get update
> sudo apt-get install php-yaf
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
Yaf is an PECL extension, thus you can simply install it by:
pecl install yaf