diff options
| author | David Soria Parra <dsp@php.net> | 2012-03-20 17:53:47 +0100 |
|---|---|---|
| committer | David Soria Parra <dsp@php.net> | 2012-03-20 17:53:47 +0100 |
| commit | f7b10abae939412e8b5cab69cd579e071deb446b (patch) | |
| tree | aa0655a0cb3a1e32e417607a22763d8b03b80013 /ext/phar/phar.c | |
| parent | eb8812e58b5376361163d733ff40c1bc52f21090 (diff) | |
| download | php-git-f7b10abae939412e8b5cab69cd579e071deb446b.tar.gz | |
Replace $Revision$ with $Id$ in keyword expansion enable files
Diffstat (limited to 'ext/phar/phar.c')
| -rw-r--r-- | ext/phar/phar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/phar.c b/ext/phar/phar.c index 4ab2b86376..d8eaad1a24 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -3669,7 +3669,7 @@ PHP_MINFO_FUNCTION(phar) /* {{{ */ php_info_print_table_header(2, "Phar: PHP Archive support", "enabled"); php_info_print_table_row(2, "Phar EXT version", PHP_PHAR_VERSION); php_info_print_table_row(2, "Phar API version", PHP_PHAR_API_VERSION); - php_info_print_table_row(2, "SVN revision", "$Revision$"); + php_info_print_table_row(2, "SVN revision", "$Id$"); php_info_print_table_row(2, "Phar-based phar archives", "enabled"); php_info_print_table_row(2, "Tar-based phar archives", "enabled"); php_info_print_table_row(2, "ZIP-based phar archives", "enabled"); |
