]> granicus.if.org Git - php/commitdiff
Bump OCI8 version
authorChristopher Jones <christopher.jones@oracle.com>
Tue, 20 Jun 2017 04:54:45 +0000 (14:54 +1000)
committerChristopher Jones <christopher.jones@oracle.com>
Tue, 20 Jun 2017 04:54:45 +0000 (14:54 +1000)
ext/oci8/package.xml
ext/oci8/php_oci8.h

index d32cfc7bc81ab7743cad0951fe1d927fda7697cc..f863b5d44d23038f49fa06e6bd3817aa00bd452f 100644 (file)
@@ -46,7 +46,7 @@ Interoperability Support" (ID 207303.1) for details.
   <active>no</active>
  </lead>
 
- <date>2017-04-12</date>
+ <date>2017-06-20</date>
  <time>12:00:00</time>
 
   <version>
@@ -447,6 +447,7 @@ Fixed uninitialized data causing random crash
    <file name="oci8_interface.c" role="src" />
    <file name="oci8_lob.c" role="src" />
    <file name="oci8_statement.c" role="src" />
+   <file name="oci8_failover.c" role="src" />
    <file name="php_oci8.h" role="src" />
    <file name="php_oci8_int.h" role="src" />
    <file name="README" role="doc" />
@@ -468,6 +469,22 @@ Fixed uninitialized data causing random crash
  </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.3</release>
index 2266e8c10ca0d94b5edc5c7315d349d0e7c95267..8070cb5b8c86069a24b82fa1d64a2797811df85c 100644 (file)
@@ -43,7 +43,7 @@
  */
 #undef PHP_OCI8_VERSION
 #endif
-#define PHP_OCI8_VERSION "2.1.4"
+#define PHP_OCI8_VERSION "2.1.5"
 
 extern zend_module_entry oci8_module_entry;
 #define phpext_oci8_ptr &oci8_module_entry