PEAR_Builder::PEAR_Builder (Previous) (Next) PEAR_Builder::log

View this page in Last updated: Sun, 28 Sep 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

PEAR_Builder::build()

PEAR_Builder::build() -- Construit une extension depuis les sources

Description

Construit une extension depuis les sources. Exécute la commande phpize dans le dossier source, mais compile dans un dossier temporaire (/var/tmp/pear-build-USER/PACKAGE-VERSION).

Paramètres

chaîne de caractères $descfile

chemin vers le fichier de description XML

mixed $callback

fonction de rappel utilisée pour rapporter l'affichage

Valeur retournée

array - un tableau de tableaux associatifs avec les fichiers construis ; le format ressemble à celà :


<?php
array( array( 'file' =>    '/path/to/ext.so',
   'php_api' => YYYYMMDD,
   'zend_mod_api' => YYYYMMDD,
   'zend_ext_api' =>; YYYYMMDD ),
   ... )
?>

Voir aussi

PEAR_Common::infoFromDescriptionFile

Note

Cette fonction ne peut pas être appelée de façon statique.

PEAR_Builder::PEAR_Builder (Previous) (Next) PEAR_Builder::log

Download Documentation Last updated: Sun, 28 Sep 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.