File tree 3 files changed +22
-7
lines changed
3 files changed +22
-7
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.5 </release >
54
- <api >2.1.5 </api >
53
+ <release >2.1.6 </release >
54
+ <api >2.1.6 </api >
55
55
</version >
56
56
<stability >
57
57
<release >stable</release >
@@ -60,7 +60,6 @@ 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
- Added TAF callback support (PR #2459, KoenigsKind)
64
63
Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). (Ingmar Runge)
65
64
</notes >
66
65
<contents >
@@ -471,6 +470,22 @@ Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). (Ingmar Runge)
471
470
</extsrcrelease >
472
471
<changelog >
473
472
473
+ <release >
474
+ <version >
475
+ <release >2.1.5</release >
476
+ <api >2.1.5</api >
477
+ </version >
478
+ <stability >
479
+ <release >stable</release >
480
+ <api >stable</api >
481
+ </stability >
482
+ <license uri =" http://www.php.net/license" >PHP</license >
483
+ <notes >
484
+ This version is for PHP 7 only.
485
+ Added TAF callback support (PR #2459, KoenigsKind)
486
+ </notes >
487
+ </release >
488
+
474
489
<release >
475
490
<version >
476
491
<release >2.1.4</release >
Original file line number Diff line number Diff line change 43
43
*/
44
44
#undef PHP_OCI8_VERSION
45
45
#endif
46
- #define PHP_OCI8_VERSION "2.1.5 "
46
+ #define PHP_OCI8_VERSION "2.1.6 "
47
47
48
48
extern zend_module_entry oci8_module_entry ;
49
49
#define phpext_oci8_ptr &oci8_module_entry
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.5
60
+ The value of DRIVER_NAME is PHP OCI8 : 2.1.6
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.5
64
+ The value of DRIVER_NAME is PHP OCI8 : 2.1.6
65
65
Testing with oci_new_connect()
66
- The value of DRIVER_NAME is PHP OCI8 : 2.1.5
66
+ The value of DRIVER_NAME is PHP OCI8 : 2.1.6
67
67
Done
You can’t perform that action at this time.
0 commit comments