summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes1
-rw-r--r--ext/oci8/oci8.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes
index 193157b2c1..329df67663 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -3,7 +3,6 @@ ext/iconv/php_iconv.h ident
ext/ext_skel.php ident
ext/phar/phar/pharcommand.inc ident
ext/phar/phar.c ident
-ext/oci8/oci8.c ident
ext/dba/libinifile/inifile.c ident
ext/dba/libflatfile/flatfile.c ident
ext/dba/libcdb/cdb_make.c ident
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c
index 0a8c482500..74c72d7bd9 100644
--- a/ext/oci8/oci8.c
+++ b/ext/oci8/oci8.c
@@ -1207,7 +1207,6 @@ PHP_MINFO_FUNCTION(oci)
php_info_print_table_row(2, "OCI8 DTrace Support", "disabled");
#endif
php_info_print_table_row(2, "OCI8 Version", PHP_OCI8_VERSION);
- php_info_print_table_row(2, "Revision", "$Id$");
#if ((OCI_MAJOR_VERSION > 10) || ((OCI_MAJOR_VERSION == 10) && (OCI_MINOR_VERSION >= 2)))
php_oci_client_get_version(ver, sizeof(ver));