diff options
| author | Peter Kokot <peterkokot@gmail.com> | 2018-06-02 03:10:24 +0200 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2018-06-02 13:35:21 +0200 |
| commit | 0a37b48284180be3e13de5c6a9ac1e587331e271 (patch) | |
| tree | 28782dc8160bcae939562983d19ef5460ff3bbd8 /ext/sysvmsg | |
| parent | 1fd7cbb49e4a8cf8fb5203b04b95a2af62bf58a1 (diff) | |
| download | php-git-0a37b48284180be3e13de5c6a9ac1e587331e271.tar.gz | |
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
Diffstat (limited to 'ext/sysvmsg')
| -rw-r--r-- | ext/sysvmsg/sysvmsg.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/sysvmsg/sysvmsg.c b/ext/sysvmsg/sysvmsg.c index 38f76dade2..1382eaa119 100644 --- a/ext/sysvmsg/sysvmsg.c +++ b/ext/sysvmsg/sysvmsg.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -145,7 +143,6 @@ PHP_MINFO_FUNCTION(sysvmsg) { php_info_print_table_start(); php_info_print_table_row(2, "sysvmsg support", "enabled"); - php_info_print_table_row(2, "Revision", "$Id$"); php_info_print_table_end(); } /* }}} */ |
