* fixes for php without zlib

This commit is contained in:
Stig Bakken 2002-05-27 12:45:03 +00:00
parent f3c5fea7a4
commit a618f2cd8b
2 changed files with 2 additions and 2 deletions

View File

@ -356,7 +356,7 @@ class PEAR_Installer extends PEAR_Common
}
$this->log(2, '+ tmp dir created at ' . $tmpdir);
$tar = new Archive_Tar($pkgfile, true);
$tar = new Archive_Tar($pkgfile);
if (!@$tar->extract($tmpdir)) {
return $this->raiseError("unable to unpack $pkgfile");
}

View File

@ -119,7 +119,7 @@ though it claimed to be. This version finally is self-hosting
</notes>
<deps>
<dep type="php" rel="ge" version="4.1"/>
<dep type="pkg" rel="has" version="0.4">Archive_Tar</dep>
<dep type="pkg" rel="has" version="0.5">Archive_Tar</dep>
<dep type="pkg" rel="ge" version="0.11">Console_Getopt</dep>
</deps>
</release>