1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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
This commit is contained in:
Peter Kokot
2018-06-02 03:10:24 +02:00
committed by Nikita Popov
parent 1fd7cbb49e
commit 0a37b48284
2 changed files with 0 additions and 4 deletions

1
.gitattributes vendored
View File

@@ -6,7 +6,6 @@ ext/recode/recode.c ident
ext/ext_skel.php ident
ext/phar/phar/pharcommand.inc ident
ext/phar/phar.c ident
ext/sysvmsg/sysvmsg.c ident
ext/enchant/enchant.c ident
ext/reflection/php_reflection.c ident
ext/oci8/oci8.c ident

View File

@@ -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();
}
/* }}} */