From a618f2cd8bc92ed7ba2192556582bd3ae1c2c073 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Mon, 27 May 2002 12:45:03 +0000 Subject: [PATCH] * fixes for php without zlib --- pear/PEAR/Installer.php | 2 +- pear/package-PEAR.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pear/PEAR/Installer.php b/pear/PEAR/Installer.php index fe84dfb658..2645ca7f18 100644 --- a/pear/PEAR/Installer.php +++ b/pear/PEAR/Installer.php @@ -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"); } diff --git a/pear/package-PEAR.xml b/pear/package-PEAR.xml index b894fe3725..a049d6895b 100644 --- a/pear/package-PEAR.xml +++ b/pear/package-PEAR.xml @@ -119,7 +119,7 @@ though it claimed to be. This version finally is self-hosting - Archive_Tar + Archive_Tar Console_Getopt -- 2.50.1