summaryrefslogtreecommitdiff
path: root/ext/oci8/package.xml
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2017-07-26 15:22:44 +1000
committerChristopher Jones <sixd@php.net>2017-07-26 15:22:44 +1000
commitde65a2243f5e52ccafc69889ab0b64f4481c5358 (patch)
treeb08d58f664bcfe3382367ea923b2d879bfc7064a /ext/oci8/package.xml
parent3fd7d819b8ea164bdf255cddcd0a1b1d156f4a3b (diff)
downloadphp-git-de65a2243f5e52ccafc69889ab0b64f4481c5358.tar.gz
Expose oci_unregister_taf_callback()
Diffstat (limited to 'ext/oci8/package.xml')
-rw-r--r--ext/oci8/package.xml22
1 files changed, 19 insertions, 3 deletions
diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml
index 450777bcf7..17bd40cd3c 100644
--- a/ext/oci8/package.xml
+++ b/ext/oci8/package.xml
@@ -50,8 +50,8 @@ Interoperability Support" (ID 207303.1) for details.
<time>12:00:00</time>
<version>
- <release>2.1.6</release>
- <api>2.1.6</api>
+ <release>2.1.7</release>
+ <api>2.1.7</api>
</version>
<stability>
<release>stable</release>
@@ -60,7 +60,7 @@ Interoperability Support" (ID 207303.1) for details.
<license uri="http://www.php.net/license">PHP</license>
<notes>
This version is for PHP 7 only.
-Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). (Ingmar Runge)
+Added oci_unregister_taf_callback()
</notes>
<contents>
<dir name="/">
@@ -470,6 +470,22 @@ Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). (Ingmar Runge)
</extsrcrelease>
<changelog>
+<release>
+ <version>
+ <release>2.1.6</release>
+ <api>2.1.6</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.php.net/license">PHP</license>
+ <notes>
+This version is for PHP 7 only.
+Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). (Ingmar Runge)
+ </notes>
+</release>
+
<release>
<version>
<release>2.1.5</release>