Метод |
Описание |
|
PEAR_Builder ( object &$ui ) |
PEAR_Builder constructor. |
|
_build_win32 ( $descfile, $callback = null ) |
Build an extension from source on windows. |
|
_harvestInstDir ( $dest_prefix, $dirname, &$built_files ) |
|
|
_runCommand ( string $command, mixed $callback = null ) : boolean |
Run an external command, using a message callback to report
output. The command will be run through popen and output is
reported for every line with a "cmdoutput" message with the
line string, including newlines, as payload. |
|
build ( $descfile, mixed $callback = null ) : array |
Build an extension from source. Runs "phpize" in the source
directory, but compiles in a temporary directory
(TMPDIR/pear-build-USER/PACKAGE-VERSION). |
|
log ( $level, $msg ) |
|
|
msdevCallback ( $what, $data ) |
{{{ msdevCallback() |
|
phpizeCallback ( string $what, mixed $data ) : void |
Message callback function used when running the "phpize"
program. Extracts the API numbers used. Ignores other message
types than "cmdoutput". |
|