diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-06-12 15:06:07 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-06-16 12:49:55 +0200 |
commit | 5651b1a7ca760aee1733a6b058d011f09942a6c4 (patch) | |
tree | c591fffffc6dacf59a66186f8dd91c9eeb8a74e0 | |
parent | 7bf091c5c20acfaafa5eb2fde2c1802c96c57431 (diff) | |
download | php-git-5651b1a7ca760aee1733a6b058d011f09942a6c4.tar.gz |
Remove Git ident attribute from the iconv extension
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | ext/iconv/php_iconv.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes index 98dfdd4fdc..f48ad38757 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,4 @@ ext/mysqlnd/mysqlnd.h ident -ext/iconv/php_iconv.h ident ext/ext_skel.php ident ext/phar/phar/pharcommand.inc ident ext/dba/libinifile/inifile.c ident diff --git a/ext/iconv/php_iconv.h b/ext/iconv/php_iconv.h index 88766408cd..acf6ba4424 100644 --- a/ext/iconv/php_iconv.h +++ b/ext/iconv/php_iconv.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_ICONV_H #define PHP_ICONV_H |