summaryrefslogtreecommitdiff
path: root/ext/oci8/package.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/package.xml')
-rw-r--r--ext/oci8/package.xml21
1 files changed, 18 insertions, 3 deletions
diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml
index 15109c2bf3..450777bcf7 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.5</release>
- <api>2.1.5</api>
+ <release>2.1.6</release>
+ <api>2.1.6</api>
</version>
<stability>
<release>stable</release>
@@ -60,7 +60,6 @@ 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 TAF callback support (PR #2459, KoenigsKind)
Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). (Ingmar Runge)
</notes>
<contents>
@@ -471,6 +470,22 @@ Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). (Ingmar Runge)
</extsrcrelease>
<changelog>
+<release>
+ <version>
+ <release>2.1.5</release>
+ <api>2.1.5</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.
+Added TAF callback support (PR #2459, KoenigsKind)
+ </notes>
+</release>
+
<release>
<version>
<release>2.1.4</release>