From 64447030bbbf0364f72077cd1cf99f5a62f3b469 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 20 Jun 2017 14:54:45 +1000 Subject: Bump OCI8 version --- ext/oci8/package.xml | 19 ++++++++++++++++++- ext/oci8/php_oci8.h | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) (limited to 'ext/oci8') diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index d32cfc7bc8..f863b5d44d 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -46,7 +46,7 @@ Interoperability Support" (ID 207303.1) for details. no - 2017-04-12 + 2017-06-20 @@ -447,6 +447,7 @@ Fixed uninitialized data causing random crash + @@ -468,6 +469,22 @@ Fixed uninitialized data causing random crash + + + 2.1.5 + 2.1.5 + + + stable + stable + + PHP + +This version is for PHP 7 only. +Added TAF callback support (PR #2459, KoenigsKind) + + + 2.1.3 diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index 2266e8c10c..8070cb5b8c 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -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 -- cgit v1.2.1