mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
* fixes for php without zlib
This commit is contained in:
parent
f3c5fea7a4
commit
a618f2cd8b
@ -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");
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user