File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ Interoperability Support" (ID 207303.1) for details.
52
52
<active >no</active >
53
53
</lead >
54
54
55
- <date >2017-08-15 </date >
55
+ <date >2018-12-11 </date >
56
56
<time >12:00:00</time >
57
57
58
58
<version >
59
- <release >2.10 .0</release >
60
- <api >2.10 .0</api >
59
+ <release >2.2 .0</release >
60
+ <api >2.2 .0</api >
61
61
</version >
62
62
<stability >
63
63
<release >stable</release >
@@ -69,7 +69,7 @@ This version is for PHP 7 only.
69
69
Added oci_set_call_timeout() for call timeouts. (Requires Oracle client libraries 18c or later)
70
70
Added oci_set_db_operation() for the Oracle Database 'DBOP' end-to-end-tracing attribute. (Requires Oracle 12.2 or later)
71
71
Fixed bug #76804 (oci_pconnect with OCI_CRED_EXT not working). (KoenigsKind)
72
- Fixed installation on 7.3.
72
+ Fixed installation on PHP 7.3.
73
73
Internal change: Convert some parameter parsing to the Fast Parameter Parsing API.
74
74
</notes >
75
75
<contents >
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.10 .0"
46
+ #define PHP_OCI8_VERSION "2.2 .0"
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.10 .0
60
+ The value of DRIVER_NAME is PHP OCI8 : 2.2 .0
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.10 .0
64
+ The value of DRIVER_NAME is PHP OCI8 : 2.2 .0
65
65
Testing with oci_new_connect()
66
- The value of DRIVER_NAME is PHP OCI8 : 2.10 .0
66
+ The value of DRIVER_NAME is PHP OCI8 : 2.2 .0
67
67
Done
You can’t perform that action at this time.
0 commit comments