Skip to content

Commit 6f6a15e

Browse files
committed
Merge branch 'PHP-7.2' into PHP-7.3
2 parents 5b72f49 + 3aee9ca commit 6f6a15e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

ext/oci8/package.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
6969
Added oci_set_call_timeout() for call timeouts. (Requires Oracle client libraries 18c or later)
7070
Added oci_set_db_operation() for the Oracle Database 'DBOP' end-to-end-tracing attribute. (Requires Oracle 12.2 or later)
7171
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.
7373
Internal change: Convert some parameter parsing to the Fast Parameter Parsing API.
7474
</notes>
7575
<contents>

ext/oci8/php_oci8.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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

4848
extern zend_module_entry oci8_module_entry;
4949
#define phpext_oci8_ptr &oci8_module_entry

ext/oci8/tests/driver_name.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 **************
6363
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
6565
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
6767
Done

0 commit comments

Comments
 (0)