Skip to content

Commit c71433a

Browse files
petknikic
authored andcommitted
Remove revision for recode from phpinfo
1 parent adb09c9 commit c71433a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
ext/mysqlnd/mysqlnd.h ident
22
ext/simplexml/simplexml.c ident
33
ext/iconv/php_iconv.h ident
4-
ext/recode/recode.c ident
54
ext/ext_skel.php ident
65
ext/phar/phar/pharcommand.inc ident
76
ext/phar/phar.c ident

ext/recode/recode.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19-
/* $Id$ */
20-
2119
/* {{{ includes & prototypes */
2220

2321
#ifdef HAVE_CONFIG_H
@@ -135,7 +133,6 @@ PHP_MINFO_FUNCTION(recode)
135133
{
136134
php_info_print_table_start();
137135
php_info_print_table_row(2, "Recode Support", "enabled");
138-
php_info_print_table_row(2, "Revision", "$Id$");
139136
php_info_print_table_end();
140137
}
141138

0 commit comments

Comments
 (0)