mirror of
https://github.com/php/pecl-networking-mqseries.git
synced 2026-03-23 23:22:20 +01:00
Add the .gitattributes file
This commit is contained in:
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
mqseries.c ident
|
||||
@@ -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();
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
Reference in New Issue
Block a user