Yaconf can be installed in one of three ways: via PECL, via PIE, or by building it from source.
Це розширення » PECL не входить до складу PHP.
Інструкція щодо встановлення цього PECL-розширення є в розділі посібника Встановлення PECL-розширень. Більше інформації, як от нові випуски, файли для завантаження, файли з початковим кодом, інформація для дописувачів та список змін знаходиться тут: » https://pecl.php.net/package/yaconf.
Двійкові файли Windows (DLL) цього PECL-розширення доступні на вебсайті PECL.
Приклад #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.
Приклад #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.
Приклад #3 Building Yaconf from source
/path/to/phpize ./configure --with-php-config=/path/to/php-config make && make install