Skip to content

Commit eebad01

Browse files
petknikic
authored andcommitted
Remove revision from OCI8 extension
The revisions were used in SVN. Other core extensions don't provide this information in the phpinfo output anymore so this patch removes it from the OCI8 info output to make it consistent with other extensions.
1 parent d0fc6db commit eebad01

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ ext/iconv/php_iconv.h ident
33
ext/ext_skel.php ident
44
ext/phar/phar/pharcommand.inc ident
55
ext/phar/phar.c ident
6-
ext/oci8/oci8.c ident
76
ext/dba/libinifile/inifile.c ident
87
ext/dba/libflatfile/flatfile.c ident
98
ext/dba/libcdb/cdb_make.c ident

ext/oci8/oci8.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,6 @@ PHP_MINFO_FUNCTION(oci)
12071207
php_info_print_table_row(2, "OCI8 DTrace Support", "disabled");
12081208
#endif
12091209
php_info_print_table_row(2, "OCI8 Version", PHP_OCI8_VERSION);
1210-
php_info_print_table_row(2, "Revision", "$Id$");
12111210

12121211
#if ((OCI_MAJOR_VERSION > 10) || ((OCI_MAJOR_VERSION == 10) && (OCI_MINOR_VERSION >= 2)))
12131212
php_oci_client_get_version(ver, sizeof(ver));

0 commit comments

Comments
 (0)