summaryrefslogtreecommitdiff
path: root/ext/phar/phar.c
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-06-12 16:09:30 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-06-16 12:47:33 +0200
commit7bf091c5c20acfaafa5eb2fde2c1802c96c57431 (patch)
tree2b930c6fc1634a7ea11d2afe087216c9ac77e495 /ext/phar/phar.c
parentd04917c7b361fd07e098fe29ae931fb6fac1d9e0 (diff)
downloadphp-git-7bf091c5c20acfaafa5eb2fde2c1802c96c57431.tar.gz
Remove SVN revision from phar phpinfo output
The SVN revision was utilized with Subversion. The Git ident attribute applies only for particular file and since other core extensions don't output this information anymore this patch removes it from the phpinfo output to sync and make the phpinfo core extensions more consistent.
Diffstat (limited to 'ext/phar/phar.c')
-rw-r--r--ext/phar/phar.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/phar/phar.c b/ext/phar/phar.c
index 21f08c7b04..de3475b63c 100644
--- a/ext/phar/phar.c
+++ b/ext/phar/phar.c
@@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
-/* $Id$ */
-
#define PHAR_MAIN 1
#include "phar_internal.h"
#include "SAPI.h"
@@ -3557,7 +3555,6 @@ 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", "$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");