diff options
| author | Peter Kokot <peterkokot@gmail.com> | 2018-06-10 20:42:57 +0200 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2018-06-10 21:22:12 +0200 |
| commit | eebad01672b4201afa1049eb2f99508ac75fe2f6 (patch) | |
| tree | 0a4a6e6addeb875c5e7b0bad0235e03aa47e56ae /ext | |
| parent | d0fc6dba0c397daa60910ae0924dcc0cfb727ddf (diff) | |
| download | php-git-eebad01672b4201afa1049eb2f99508ac75fe2f6.tar.gz | |
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.
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/oci8/oci8.c | 1 |
1 files changed, 0 insertions, 1 deletions
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)); |
