Build an extension from source. Runs "phpize" in the source
directory, but compiles in a temporary directory
(TMPDIR/pear-build-USER/PACKAGE-VERSION).
public build ( $descfile, mixed $callback = null ) : array | ||
$callback | mixed | callback function used to report output, see PEAR_Builder::_runCommand for details |
return | 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 ), ... ) |