[ Index ] |
|
Code source de SPIP Agora 1.4 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 426 lignes (14 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
PEAR_Builder:: (8 méthodes):
PEAR_Builder()
_build_win32()
msdevCallback()
_harvestInstDir()
build()
phpizeCallback()
_runCommand()
log()
Classe: PEAR_Builder - X-Ref
Class to handle building (compiling) extensions.PEAR_Builder(&$ui) X-Ref |
PEAR_Builder constructor. param: object $ui user interface object (instance of PEAR_Frontend_*) |
_build_win32($descfile, $callback = null) X-Ref |
Build an extension from source on windows. requires msdev |
msdevCallback($what, $data) X-Ref |
Pas de description |
_harvestInstDir($dest_prefix, $dirname, &$built_files) X-Ref |
param: string param: string param: array |
build($descfile, $callback = null) X-Ref |
Build an extension from source. Runs "phpize" in the source directory, but compiles in a temporary directory (/var/tmp/pear-build-USER/PACKAGE-VERSION). param: string $descfile path to XML package description file param: mixed $callback callback function used to report output, return: array an array of associative arrays with built files, |
phpizeCallback($what, $data) X-Ref |
Message callback function used when running the "phpize" program. Extracts the API numbers used. Ignores other message types than "cmdoutput". param: string $what the type of message param: mixed $data the message return: void |
_runCommand($command, $callback = null) X-Ref |
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. param: string $command the command to run param: mixed $callback (optional) function to use as message return: bool whether the command was successful (exit code 0 |
log($level, $msg) X-Ref |
Pas de description |
Généré le : Sat Feb 24 14:40:03 2007 | par Balluche grâce à PHPXref 0.7 |