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.
5252 <active >no</active >
5353 </lead >
5454
55- <date >2017-08-15 </date >
55+ <date >2018-12-11 </date >
5656 <time >12:00:00</time >
5757
5858 <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 >
6161 </version >
6262 <stability >
6363 <release >stable</release >
@@ -69,7 +69,7 @@ This version is for PHP 7 only.
6969Added oci_set_call_timeout() for call timeouts. (Requires Oracle client libraries 18c or later)
7070Added oci_set_db_operation() for the Oracle Database 'DBOP' end-to-end-tracing attribute. (Requires Oracle 12.2 or later)
7171Fixed bug #76804 (oci_pconnect with OCI_CRED_EXT not working). (KoenigsKind)
72- Fixed installation on 7.3.
72+ Fixed installation on PHP 7.3.
7373Internal change: Convert some parameter parsing to the Fast Parameter Parsing API.
7474 </notes >
7575 <contents >
Original file line number Diff line number Diff line change 4343 */
4444#undef PHP_OCI8_VERSION
4545#endif
46- #define PHP_OCI8_VERSION "2.10 .0"
46+ #define PHP_OCI8_VERSION "2.2 .0"
4747
4848extern zend_module_entry oci8_module_entry ;
4949#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)
5757?>
5858--EXPECT--
5959**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
6161
6262***Test 1.2 - Get the values from different connections **************
6363Testing 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
6565Testing 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
6767Done
You can’t perform that action at this time.
0 commit comments