File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ Interoperability Support" (ID 207303.1) for details.
50
50
<time >12:00:00</time >
51
51
52
52
<version >
53
- <release >2.1.4 </release >
54
- <api >2.1.4 </api >
53
+ <release >2.1.5 </release >
54
+ <api >2.1.5 </api >
55
55
</version >
56
56
<stability >
57
57
<release >stable</release >
@@ -60,7 +60,7 @@ Interoperability Support" (ID 207303.1) for details.
60
60
<license uri =" http://www.php.net/license" >PHP</license >
61
61
<notes >
62
62
This version is for PHP 7 only.
63
- Fixed uninitialized data causing random crash
63
+ Added TAF callback support (PR #2459, KoenigsKind)
64
64
</notes >
65
65
<contents >
66
66
<dir name =" /" >
@@ -471,8 +471,8 @@ Fixed uninitialized data causing random crash
471
471
472
472
<release >
473
473
<version >
474
- <release >2.1.5 </release >
475
- <api >2.1.5 </api >
474
+ <release >2.1.4 </release >
475
+ <api >2.1.4 </api >
476
476
</version >
477
477
<stability >
478
478
<release >stable</release >
@@ -481,7 +481,7 @@ Fixed uninitialized data causing random crash
481
481
<license uri =" http://www.php.net/license" >PHP</license >
482
482
<notes >
483
483
This version is for PHP 7 only.
484
- Added TAF callback support (PR #2459, KoenigsKind)
484
+ Fixed uninitialized data causing random crash
485
485
</notes >
486
486
</release >
487
487
Original file line number Diff line number Diff line change @@ -57,11 +57,11 @@ function get_attr($conn)
57
57
?>
58
58
--EXPECT--
59
59
**Test 1.1 - Default values for the attribute **************
60
- The value of DRIVER_NAME is PHP OCI8 : 2.1.3
60
+ The value of DRIVER_NAME is PHP OCI8 : 2.1.5
61
61
62
62
***Test 1.2 - Get the values from different connections **************
63
63
Testing with oci_pconnect()
64
- The value of DRIVER_NAME is PHP OCI8 : 2.1.3
64
+ The value of DRIVER_NAME is PHP OCI8 : 2.1.5
65
65
Testing with oci_new_connect()
66
- The value of DRIVER_NAME is PHP OCI8 : 2.1.3
66
+ The value of DRIVER_NAME is PHP OCI8 : 2.1.5
67
67
Done
You can’t perform that action at this time.
0 commit comments