From: Greg Beaver Date: Mon, 26 Mar 2007 15:50:26 +0000 (+0000) Subject: as Marcus said: "don't we need this for bz2?" :) X-Git-Tag: RELEASE_1_1_0~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cfb7a7e8f4afbdd8dbefffc24cc7ec0d31a551d;p=php as Marcus said: "don't we need this for bz2?" :) --- diff --git a/ext/phar/package.php b/ext/phar/package.php index 5b35967077..18ccc6a05a 100644 --- a/ext/phar/package.php +++ b/ext/phar/package.php @@ -43,7 +43,7 @@ $package = PEAR_PackageFileManager2::importOptions(dirname(__FILE__) . '/package $package->clearDeps(); $package->setPhpDep('5.2.0'); $package->setPearInstallerDep('1.4.3'); -$package->addPackageDepWithChannel('optional', 'bz2', 'pecl.php.net'); +$package->addPackageDepWithChannel('optional', 'bz2', 'pecl.php.net', false, false, false, false, 'bz2'); // all this false business sets the tag that allows us to have hash built // in statically $package->addPackageDepWithChannel('optional', 'hash', 'pecl.php.net', false, false, false, false, 'hash'); diff --git a/ext/phar/package.xml b/ext/phar/package.xml index 9f8b5fd516..05aadabb75 100644 --- a/ext/phar/package.xml +++ b/ext/phar/package.xml @@ -28,8 +28,8 @@ if the ini variable phar.require_hash is set to true. helly@php.net yes - 2007-03-25 - + 2007-03-26 + 1.0.0 1.0.0 @@ -176,6 +176,7 @@ Note that isBuffering() returns the opposite value to isFlushingToPhar() bz2 pecl.php.net + bz2 hash @@ -194,6 +195,7 @@ Note that isBuffering() returns the opposite value to isFlushingToPhar() + @@ -204,7 +206,7 @@ Note that isBuffering() returns the opposite value to isFlushingToPhar() stable stable - 2007-03-25 + 2007-03-26 PHP License *BACKWARDS COMPATIBILITY BREAK*