Yaconf can be installed in one of three ways: via PECL, via PIE, or by building it from source.
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/yaconf.
Bu PECL eklentisi için Windows kütüphaneleri (DLL dosyaları) PECL sitesinde mevcuttur.
Örnek 1 Installing Yaconf with PECL
pecl install yaconf
Since Yaconf 1.2.0, the extension can be installed with » PIE, the PHP Installer for Extensions, by running the following on the command line.
Örnek 2 Installing Yaconf with PIE
pie install laruence/yaconf
The source code is hosted on » GitHub. To build the extension from source, run the following on the command line, replacing the paths with those of the local PHP installation.
Örnek 3 Building Yaconf from source
/path/to/phpize ./configure --with-php-config=/path/to/php-config make && make install