]> granicus.if.org Git - php/commitdiff
Update OCI8 version test and package.xml
authorChristopher Jones <christopher.jones@oracle.com>
Wed, 21 Jun 2017 04:29:30 +0000 (14:29 +1000)
committerChristopher Jones <christopher.jones@oracle.com>
Wed, 21 Jun 2017 04:29:30 +0000 (14:29 +1000)
ext/oci8/package.xml
ext/oci8/tests/driver_name.phpt

index f863b5d44d23038f49fa06e6bd3817aa00bd452f..0522e353315f20bc27e04ae66e2c9344cd153352 100644 (file)
@@ -50,8 +50,8 @@ Interoperability Support" (ID 207303.1) for details.
  <time>12:00:00</time>
 
   <version>
-   <release>2.1.4</release>
-   <api>2.1.4</api>
+   <release>2.1.5</release>
+   <api>2.1.5</api>
   </version>
   <stability>
    <release>stable</release>
@@ -60,7 +60,7 @@ Interoperability Support" (ID 207303.1) for details.
   <license uri="http://www.php.net/license">PHP</license>
   <notes>
 This version is for PHP 7 only.
-Fixed uninitialized data causing random crash
+Added TAF callback support (PR #2459, KoenigsKind) 
   </notes>
  <contents>
   <dir name="/">
@@ -471,8 +471,8 @@ Fixed uninitialized data causing random crash
 
 <release>
   <version>
-   <release>2.1.5</release>
-   <api>2.1.5</api>
+   <release>2.1.4</release>
+   <api>2.1.4</api>
   </version>
   <stability>
    <release>stable</release>
@@ -481,7 +481,7 @@ Fixed uninitialized data causing random crash
   <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 uninitialized data causing random crash
   </notes>
 </release>
 
index d24044e68e958f22519e6d06c515a719119eb588..a707e88de8d9379f799974aa92122e296019f133 100644 (file)
@@ -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