Skip to content

Commit

Permalink
Remove $id from phpinfo as already done in PHP-7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Sep 24, 2018
1 parent 3765233 commit 338802b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/oci8/oci8.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 338802b

Please sign in to comment.