PEAR_Builder::build()
Описание
Build an extension from source. Runs phpize in the source directory, but compiles in a temporary directory (/var/tmp/pear-build-USER/PACKAGE-VERSION).
Параметр
- string $descfile
path to XML package description file
- mixed $callback
callback function used to report output
Возвращаемое значение
array - an array of associative arrays with built files, format:
array( array( 'file' => '/path/to/ext.so', 'php_api' => YYYYMMDD, 'zend_mod_api' => YYYYMMDD, 'zend_ext_api' =>; YYYYMMDD ), ... ) |
Пред. | Начало | След. |
PEAR_Builder::PEAR_Builder() | Уровень выше | PEAR_Builder::log() |