Browse Source

Remove $id from phpinfo as already done in PHP-7.3

pull/3512/merge
Christopher Jones 8 years ago
parent
commit
338802b543
  1. 1
      ext/oci8/oci8.c

1
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));

Loading…
Cancel
Save