From 797f69ef32d866956f9dc2aa72e98b6f97d4b072 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 9 Aug 2016 15:59:59 +1000 Subject: [PATCH] Bump version in OCI8 test --- ext/oci8/tests/driver_name.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/oci8/tests/driver_name.phpt b/ext/oci8/tests/driver_name.phpt index 0ff9bc485f..9814703159 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.1 +The value of DRIVER_NAME is PHP OCI8 : 2.1.2 ***Test 1.2 - Get the values from different connections ************** Testing with oci_pconnect() -The value of DRIVER_NAME is PHP OCI8 : 2.1.1 +The value of DRIVER_NAME is PHP OCI8 : 2.1.2 Testing with oci_new_connect() -The value of DRIVER_NAME is PHP OCI8 : 2.1.1 +The value of DRIVER_NAME is PHP OCI8 : 2.1.2 Done -- 2.50.1