summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes1
-rw-r--r--ext/recode/recode.c3
2 files changed, 0 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes
index 3327a913ab..0e7c5602c2 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,7 +1,6 @@
ext/mysqlnd/mysqlnd.h ident
ext/simplexml/simplexml.c ident
ext/iconv/php_iconv.h ident
-ext/recode/recode.c ident
ext/ext_skel.php ident
ext/phar/phar/pharcommand.inc ident
ext/phar/phar.c ident
diff --git a/ext/recode/recode.c b/ext/recode/recode.c
index 8850a0f49a..4f9502cb4a 100644
--- a/ext/recode/recode.c
+++ b/ext/recode/recode.c
@@ -16,8 +16,6 @@
+----------------------------------------------------------------------+
*/
-/* $Id$ */
-
/* {{{ includes & prototypes */
#ifdef HAVE_CONFIG_H
@@ -135,7 +133,6 @@ PHP_MINFO_FUNCTION(recode)
{
php_info_print_table_start();
php_info_print_table_row(2, "Recode Support", "enabled");
- php_info_print_table_row(2, "Revision", "$Id$");
php_info_print_table_end();
}