Web site hosting and cheap domain registration services
  

 Home

PEAR Manual
PrevNext

PEAR_Builder::build()

PEAR_Builder::build() -- Build an extension from source

Description

Build an extension from source. Runs phpize in the source directory, but compiles in a temporary directory (/var/tmp/pear-build-USER/PACKAGE-VERSION).

Parameter

string $descfile

path to XML package description file

mixed $callback

callback function used to report output

Return value

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 ),
       ... )

See

PEAR_Common::infoFromDescriptionFile

Note

This function can not be called statically.


PrevHomeNext
PEAR_Builder::PEAR_Builder()UpPEAR_Builder::log()
 

 

 

© 2002-2004 Active-Venture.com Web Site Hosting Service

 

Disclaimers: This documentation is provided only for the benefits of our website hosting customers.
For authoritative source of the documentation, please refer to http://pear.php.net/manual/

Recommended Resources: