Skip to content

Commit 338802b

Browse files
committed
Remove $id from phpinfo as already done in PHP-7.3
1 parent 3765233 commit 338802b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)