summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8.c
diff options
context:
space:
mode:
authorDavid Soria Parra <dsp@php.net>2012-03-20 17:53:47 +0100
committerDavid Soria Parra <dsp@php.net>2012-03-20 17:53:47 +0100
commitf7b10abae939412e8b5cab69cd579e071deb446b (patch)
treeaa0655a0cb3a1e32e417607a22763d8b03b80013 /ext/oci8/oci8.c
parenteb8812e58b5376361163d733ff40c1bc52f21090 (diff)
downloadphp-git-f7b10abae939412e8b5cab69cd579e071deb446b.tar.gz
Replace $Revision$ with $Id$ in keyword expansion enable files
Diffstat (limited to 'ext/oci8/oci8.c')
-rw-r--r--ext/oci8/oci8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c
index f323d3e672..bf2eaf558b 100644
--- a/ext/oci8/oci8.c
+++ b/ext/oci8/oci8.c
@@ -1341,7 +1341,7 @@ PHP_MINFO_FUNCTION(oci)
php_info_print_table_start();
php_info_print_table_row(2, "OCI8 Support", "enabled");
php_info_print_table_row(2, "Version", PHP_OCI8_VERSION);
- php_info_print_table_row(2, "Revision", "$Revision$");
+ php_info_print_table_row(2, "Revision", "$Id$");
snprintf(buf, sizeof(buf), "%ld", OCI_G(num_persistent));
php_info_print_table_row(2, "Active Persistent Connections", buf);