diff --git a/ext/phar/package.php b/ext/phar/package.php index 5b35967077b..18ccc6a05a4 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 9f8b5fd516c..05aadabb75f 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*