summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorTomas V.V.Cox <cox@php.net>2002-07-22 12:03:43 +0000
committerTomas V.V.Cox <cox@php.net>2002-07-22 12:03:43 +0000
commit995073391e4ab3b7fdc46bb04c39cf79d407bcb7 (patch)
tree1d788913ca857852c2ac661ba9dc2a738641f9ee /pear
parentb4c3a0f06e41ef038f4f90c800eba1b625982fe6 (diff)
downloadphp-git-995073391e4ab3b7fdc46bb04c39cf79d407bcb7.tar.gz
By the moment trust that the dependencies are good
# Will change the installer when finish the dependecy stuff
Diffstat (limited to 'pear')
-rw-r--r--pear/install-pear.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/install-pear.php b/pear/install-pear.php
index e5b0cad93d..1fe0b030f9 100644
--- a/pear/install-pear.php
+++ b/pear/install-pear.php
@@ -80,7 +80,7 @@ foreach ($install_files as $package => $instfile) {
}
}
} else {
- $err = $installer->install($instfile);
+ $err = $installer->install($instfile, array('nodeps' => true));
if (PEAR::isError($err)) {
$ui->outputData(sprintf("[PEAR] %s: %s", $package, $err->getMessage()));
continue;