<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>
<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="/">
<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>
<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>
?>
--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