From: Stig Bakken Date: Mon, 27 May 2002 12:45:03 +0000 (+0000) Subject: * fixes for php without zlib X-Git-Tag: NEW_UI_API_BP~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a618f2cd8bc92ed7ba2192556582bd3ae1c2c073;p=php * fixes for php without zlib --- 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