Kurulum

Bu » PECL eklentisi PHP ile gelmez.

Bu PECL eklentisini kurma bilgisi kılavuzun PECL eklentisinin kurulması başlıklı faslında bulunabilir. Yeni dağıtımlar, indirmeler, kaynak dosyaları, sürdürücü bilgileri ve CHANGELOG gibi ek bilgiler şu adreste bulunabilir: » 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

Bu PECL eklentisi için Windows kütüphaneleri (DLL dosyaları) PECL sitesinde mevcuttur.

add a note

User Contributed Notes

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