summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2018-09-24 16:52:26 +1000
committerChristopher Jones <sixd@php.net>2018-09-24 16:52:26 +1000
commita370e7d0ade965a0fbd846e72ffc73a35bb6a3e2 (patch)
tree58fad772c2d21223d0d8d9e1fdd04585e89656a6
parentfc296a27dbfecdc583088228ad74c794222be92b (diff)
parent338802b543023247a3c9b7af563d555c80c2c5d1 (diff)
downloadphp-git-a370e7d0ade965a0fbd846e72ffc73a35bb6a3e2.tar.gz
Merge branch 'PHP-7.1' into PHP-7.2
-rw-r--r--ext/oci8/oci8.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c
index e0d55aeaad..1a02187e53 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));