From: Marcus Boerger Date: Sun, 25 Mar 2007 20:36:19 +0000 (+0000) Subject: - Fix roles X-Git-Tag: RELEASE_1_1_0~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24a9934bdac3afbf1ab65ae9cf16d8c02ad07580;p=php - Fix roles --- diff --git a/ext/phar/package.php b/ext/phar/package.php index 238958e527..288225073c 100644 --- a/ext/phar/package.php +++ b/ext/phar/package.php @@ -28,6 +28,14 @@ $options = array( 'examples' => 'doc', 'tests' => 'test', ), + 'exceptions' => array( + 'CREDITS' => 'doc', + 'EXPERIMENTAL' => 'doc', + 'LICENSE' => 'doc', + 'Makefile.frag' => 'src', + 'phar_path_check.re' => 'src', + 'TODO' => 'doc', + ), ); $package = PEAR_PackageFileManager2::importOptions(dirname(__FILE__) . '/package.xml', $options); diff --git a/ext/phar/package.xml b/ext/phar/package.xml index 32f53d8a7c..0ff3450da2 100644 --- a/ext/phar/package.xml +++ b/ext/phar/package.xml @@ -29,7 +29,7 @@ if the ini variable phar.require_hash is set to true. yes 2007-03-25 - + 1.0.0 1.0.0 @@ -145,18 +145,18 @@ Note that isBuffering() returns the opposite value to isFlushingToPhar() - - - - + + + + - + - + @@ -183,7 +183,6 @@ Note that isBuffering() returns the opposite value to isFlushingToPhar() phar -