mirror of
https://github.com/php/php-src.git
synced 2025-01-21 03:03:41 +08:00
fix bug #1550: Builder does not set path to match bin_dir
This commit is contained in:
parent
29a09f984c
commit
d14e259823
@ -198,6 +198,7 @@ class PEAR_Builder extends PEAR_Common
|
||||
$dir = getcwd();
|
||||
$this->log(2, "building in $dir");
|
||||
$this->current_callback = $callback;
|
||||
putenv('PATH=' . getenv('PATH') . ':' . $this->config->get('bin_dir'));
|
||||
$err = $this->_runCommand("phpize", array(&$this, 'phpizeCallback'));
|
||||
if (PEAR::isError($err)) {
|
||||
return $err;
|
||||
|
Loading…
Reference in New Issue
Block a user