summaryrefslogtreecommitdiff
path: root/ext/oci8/package.xml
diff options
context:
space:
mode:
authorChristopher Jones <christopher.jones@oracle.com>2018-12-09 20:55:21 +1100
committerChristopher Jones <christopher.jones@oracle.com>2018-12-09 20:55:21 +1100
commit1f84f2a766a2dbfb3f46d424aa04c2fcca7c5774 (patch)
tree0936df388e4476adbd396c20658990c7add33dfe /ext/oci8/package.xml
parent31eeca8a19bbebcb44c39a9c1a9f1848907aace0 (diff)
parent99f1f3dedfdd9c2c10962bf83c0e52fd60366928 (diff)
downloadphp-git-1f84f2a766a2dbfb3f46d424aa04c2fcca7c5774.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
Diffstat (limited to 'ext/oci8/package.xml')
-rw-r--r--ext/oci8/package.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml
index 1adf6903d1..be1cb2a426 100644
--- a/ext/oci8/package.xml
+++ b/ext/oci8/package.xml
@@ -56,8 +56,8 @@ Interoperability Support" (ID 207303.1) for details.
<time>12:00:00</time>
<version>
- <release>2.1.9</release>
- <api>2.1.9</api>
+ <release>2.10.0</release>
+ <api>2.10.0</api>
</version>
<stability>
<release>stable</release>
@@ -66,8 +66,9 @@ Interoperability Support" (ID 207303.1) for details.
<license uri="http://www.php.net/license">PHP</license>
<notes>
This version is for PHP 7 only.
+Added oci_set_call_timeout() for call timeouts. (Requires Oracle client libraries 18c or later)
+Added oci_set_db_operation() for the Oracle Database 'DBOP' end-to-end-tracing attribute. (Requires Oracle 12.2 or later)
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>