PHP Class pharext\Task\Configure

Inheritance: implements pharext\Task
Show file Open project: m6w6/pharext Class Usage Examples

Public Methods

Method Description
__construct ( string $cwd, array $args = null, string $prefix = null, string $common_name = "php" )
run ( $verbose = false )

Method Details

__construct() public method

public __construct ( string $cwd, array $args = null, string $prefix = null, string $common_name = "php" )
$cwd string working directory
$args array configure args
$prefix string install prefix, e.g. /usr/local
$common_name string PHP programs common name, e.g. php5

run() public method

public run ( $verbose = false )