We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb09c9 commit c71433aCopy full SHA for c71433a
.gitattributes
@@ -1,7 +1,6 @@
1
ext/mysqlnd/mysqlnd.h ident
2
ext/simplexml/simplexml.c ident
3
ext/iconv/php_iconv.h ident
4
-ext/recode/recode.c ident
5
ext/ext_skel.php ident
6
ext/phar/phar/pharcommand.inc ident
7
ext/phar/phar.c ident
ext/recode/recode.c
@@ -16,8 +16,6 @@
16
+----------------------------------------------------------------------+
17
*/
18
19
-/* $Id$ */
20
-
21
/* {{{ includes & prototypes */
22
23
#ifdef HAVE_CONFIG_H
@@ -135,7 +133,6 @@ PHP_MINFO_FUNCTION(recode)
135
133
{
136
134
php_info_print_table_start();
137
php_info_print_table_row(2, "Recode Support", "enabled");
138
- php_info_print_table_row(2, "Revision", "$Id$");
139
php_info_print_table_end();
140
}
141
0 commit comments