diff options
| author | Greg Beaver <cellog@php.net> | 2006-01-23 19:30:14 +0000 |
|---|---|---|
| committer | Greg Beaver <cellog@php.net> | 2006-01-23 19:30:14 +0000 |
| commit | d536cb413934518145dc20aeb408e1595e522195 (patch) | |
| tree | c20bddac2543b5c94decf8c8262dd18185f5bd0b | |
| parent | 29c9d442e844b98698722cdf2d40523c51fea9ef (diff) | |
| download | php-git-d536cb413934518145dc20aeb408e1595e522195.tar.gz | |
update copyright year, and add credits for Davey Shafik/info on where Phar came from
| -rw-r--r-- | ext/phar/phar.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/phar/phar.c b/ext/phar/phar.c index 9336707a47..1ddb954e75 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | phar php single-file executable PHP extension | +----------------------------------------------------------------------+ - | Copyright (c) 2005 The PHP Group | + | Copyright (c) 2005-2006 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -1443,6 +1443,7 @@ PHP_MINFO_FUNCTION(phar) #else "disabled"); #endif + php_info_print_table_row(1, "Phar based on pear/PHP_Archive, original concept by Davey Shafik and fully realized by Gregory Beaver"); php_info_print_table_end(); } /* }}} */ |
