summaryrefslogtreecommitdiff
path: root/ext/oci8/php_oci8_int.h
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-09-26 21:12:11 -0700
committerChristopher Jones <sixd@php.net>2013-09-26 21:12:11 -0700
commit5ac7c533a0334f384d1a74eed6172a3c8cc4ef49 (patch)
tree3e29867564f1e81dfc538a210894c8d15dc30f63 /ext/oci8/php_oci8_int.h
parent8554800e7691f85275e650d0b88a3e4d35153e95 (diff)
downloadphp-git-5ac7c533a0334f384d1a74eed6172a3c8cc4ef49.tar.gz
More OCI8 DTrace probe updates.
Change php.ini-* doc to match an earlier change to config.w32
Diffstat (limited to 'ext/oci8/php_oci8_int.h')
-rw-r--r--ext/oci8/php_oci8_int.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/oci8/php_oci8_int.h b/ext/oci8/php_oci8_int.h
index 6155a883b0..2d4ff26947 100644
--- a/ext/oci8/php_oci8_int.h
+++ b/ext/oci8/php_oci8_int.h
@@ -156,6 +156,9 @@ typedef struct {
time_t idle_expiry; /* time when the connection will be considered as expired */
time_t *next_pingp; /* (pointer to) time of the next ping */
char *hash_key; /* hashed details of the connection */
+#ifdef HAVE_OCI8_DTRACE
+ char *client_id; /* The oci_set_client_identifier() value */
+#endif
} php_oci_connection;
/* }}} */