Installation

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.

Yaf has no external dependencies. Install it with:

$ pecl install yaf
As of 3.3.8, Yaf can also be installed with » PIE, the PHP Installer for Extensions:
$ pie install laruence/yaf

The source code is hosted on » GitHub. To build the extension from source:

$ git clone https://github.com/laruence/yaf.git
$ cd yaf
$ phpize
$ ./configure --enable-yaf
$ make && make install
and load it by adding the following line to the php.ini:
extension=yaf.so

Windows-Binaries (DLL-Dateien) für diese PECL-Erweiterung sind auf der PECL-Website erhältlich.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top