diff options
| author | Peter Kokot <peterkokot@gmail.com> | 2018-06-02 07:41:38 +0200 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2018-06-02 13:43:49 +0200 |
| commit | c71433a7740b8170176ec16be1931d6ca5c26d59 (patch) | |
| tree | 3e43b291c470ac63f9e503b2fecca06cc2544bc4 | |
| parent | adb09c98d2fa0cf16ef755e6263d3c55f3deedc9 (diff) | |
| download | php-git-c71433a7740b8170176ec16be1931d6ca5c26d59.tar.gz | |
Remove revision for recode from phpinfo
| -rw-r--r-- | .gitattributes | 1 | ||||
| -rw-r--r-- | ext/recode/recode.c | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes index 3327a913ab..0e7c5602c2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,6 @@ ext/mysqlnd/mysqlnd.h ident ext/simplexml/simplexml.c ident ext/iconv/php_iconv.h ident -ext/recode/recode.c ident ext/ext_skel.php ident ext/phar/phar/pharcommand.inc ident ext/phar/phar.c ident diff --git a/ext/recode/recode.c b/ext/recode/recode.c index 8850a0f49a..4f9502cb4a 100644 --- a/ext/recode/recode.c +++ b/ext/recode/recode.c @@ -16,8 +16,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - /* {{{ includes & prototypes */ #ifdef HAVE_CONFIG_H @@ -135,7 +133,6 @@ PHP_MINFO_FUNCTION(recode) { php_info_print_table_start(); php_info_print_table_row(2, "Recode Support", "enabled"); - php_info_print_table_row(2, "Revision", "$Id$"); php_info_print_table_end(); } |
