Dutch PHP Conference 2027

Installazione

Questa estensione » PECL non è incorporata nel PHP.

Informazioni per l'installazione di questa estensione PECL possono essere trovate nel capitolo del manuale intitolato Installazione delle estensioni PECL. Informazioni aggiuntive come nuove release, download, file sorgenti, informazioni del manutentore e un CHANGELOG possono essere trovate qui: » 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 files) for this PECL extension are available from the PECL website.

add a note

User Contributed Notes

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