Skip to content

Commit 0a37b48

Browse files
petknikic
authored andcommitted
Normalize sysvmsg phpinfo() output
This patch normalizes the sysvmsg extension version in the php info output. Instead of the Git attributes ident blob object name from Git repository it only displays the extension status. Remove sysvmsg version
1 parent 1fd7cbb commit 0a37b48

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ext/recode/recode.c ident
66
ext/ext_skel.php ident
77
ext/phar/phar/pharcommand.inc ident
88
ext/phar/phar.c ident
9-
ext/sysvmsg/sysvmsg.c ident
109
ext/enchant/enchant.c ident
1110
ext/reflection/php_reflection.c ident
1211
ext/oci8/oci8.c ident

ext/sysvmsg/sysvmsg.c

-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
+----------------------------------------------------------------------+
1717
*/
1818

19-
/* $Id$ */
20-
2119
#ifdef HAVE_CONFIG_H
2220
#include "config.h"
2321
#endif
@@ -145,7 +143,6 @@ PHP_MINFO_FUNCTION(sysvmsg)
145143
{
146144
php_info_print_table_start();
147145
php_info_print_table_row(2, "sysvmsg support", "enabled");
148-
php_info_print_table_row(2, "Revision", "$Id$");
149146
php_info_print_table_end();
150147
}
151148
/* }}} */

0 commit comments

Comments
 (0)