summaryrefslogtreecommitdiff
path: root/ext/oci8/package.xml
diff options
context:
space:
mode:
authorChristopher Jones <christopher.jones@oracle.com>2018-12-09 12:16:47 +1100
committerChristopher Jones <christopher.jones@oracle.com>2018-12-09 12:16:47 +1100
commit4246702406cb2dbbdb66bd84985ebfc72976569f (patch)
tree4fefbbc17dac84fe510d5f8fcbfabb5b2fb0c0f6 /ext/oci8/package.xml
parent465c149cd3ba61e13817621931f2af748fe19d28 (diff)
downloadphp-git-4246702406cb2dbbdb66bd84985ebfc72976569f.tar.gz
Enable Oracle Database DBOP tracing attribute
Diffstat (limited to 'ext/oci8/package.xml')
-rw-r--r--ext/oci8/package.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml
index fa2d15da4b..2541c264ec 100644
--- a/ext/oci8/package.xml
+++ b/ext/oci8/package.xml
@@ -67,6 +67,7 @@ Interoperability Support" (ID 207303.1) for details.
<notes>
This version is for PHP 7 only.
Fixed bug #76804 (oci_pconnect with OCI_CRED_EXT not working). (KoenigsKind)
+Support setting Oracle Database 'DBOP' end-to-end-tracing attribute. (Requires Oracle 12.2 or later)
Fixed installation on 7.3.
Internal change: Convert some parameter parsing to the Fast Parameter Parsing API.
</notes>