From 1bdc290017f6257e3fb1306cb8b826174bd3fe98 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Wed, 21 Jun 2017 14:29:30 +1000 Subject: [PATCH] Update OCI8 version test and package.xml --- ext/oci8/package.xml | 12 ++++++------ ext/oci8/tests/driver_name.phpt | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index f863b5d44d..0522e35331 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -50,8 +50,8 @@ Interoperability Support" (ID 207303.1) for details. - 2.1.4 - 2.1.4 + 2.1.5 + 2.1.5 stable @@ -60,7 +60,7 @@ Interoperability Support" (ID 207303.1) for details. PHP This version is for PHP 7 only. -Fixed uninitialized data causing random crash +Added TAF callback support (PR #2459, KoenigsKind) @@ -471,8 +471,8 @@ Fixed uninitialized data causing random crash - 2.1.5 - 2.1.5 + 2.1.4 + 2.1.4 stable @@ -481,7 +481,7 @@ Fixed uninitialized data causing random crash PHP This version is for PHP 7 only. -Added TAF callback support (PR #2459, KoenigsKind) +Fixed uninitialized data causing random crash diff --git a/ext/oci8/tests/driver_name.phpt b/ext/oci8/tests/driver_name.phpt index d24044e68e..a707e88de8 100644 --- a/ext/oci8/tests/driver_name.phpt +++ b/ext/oci8/tests/driver_name.phpt @@ -57,11 +57,11 @@ function get_attr($conn) ?> --EXPECT-- **Test 1.1 - Default values for the attribute ************** -The value of DRIVER_NAME is PHP OCI8 : 2.1.3 +The value of DRIVER_NAME is PHP OCI8 : 2.1.5 ***Test 1.2 - Get the values from different connections ************** Testing with oci_pconnect() -The value of DRIVER_NAME is PHP OCI8 : 2.1.3 +The value of DRIVER_NAME is PHP OCI8 : 2.1.5 Testing with oci_new_connect() -The value of DRIVER_NAME is PHP OCI8 : 2.1.3 +The value of DRIVER_NAME is PHP OCI8 : 2.1.5 Done -- 2.40.0