]> granicus.if.org Git - php/commitdiff
* fixes for php without zlib
authorStig Bakken <ssb@php.net>
Mon, 27 May 2002 12:45:03 +0000 (12:45 +0000)
committerStig Bakken <ssb@php.net>
Mon, 27 May 2002 12:45:03 +0000 (12:45 +0000)
pear/PEAR/Installer.php
pear/package-PEAR.xml

index fe84dfb658db226c2575629310f411b454b95227..2645ca7f1834cfa6ce6932a976599cc5f6c5dd07 100644 (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");
             }
index b894fe37256ec00c7e89a11116672280652e2330..a049d6895bc69249e6007d3912ad394c78a801a8 100644 (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>