From: Tomas V.V.Cox Date: Mon, 22 Jul 2002 12:03:43 +0000 (+0000) Subject: By the moment trust that the dependencies are good X-Git-Tag: dev~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=995073391e4ab3b7fdc46bb04c39cf79d407bcb7;p=php By the moment trust that the dependencies are good # Will change the installer when finish the dependecy stuff --- 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;