Add the .gitattributes file

This commit is contained in:
Pierrick Charron
2012-10-26 00:59:56 -04:00
parent 5b509839c3
commit 43b2f7fa7b
2 changed files with 2 additions and 1 deletions

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
mqseries.c ident

View File

@@ -327,7 +327,7 @@ PHP_MINFO_FUNCTION(mqseries)
php_info_print_table_start();
php_info_print_table_header(2, "mqseries support", "enabled");
php_info_print_table_row(2, "Version", PHP_MQSERIES_VERSION);
php_info_print_table_row(2, "Revision", "$Revision$");
php_info_print_table_row(2, "Revision", "$Id$");
php_info_print_table_end();
}
/* }}} */