Skip to content

Commit 1bdc290

Browse files
committed
Update OCI8 version test and package.xml
1 parent 18b6de7 commit 1bdc290

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

ext/oci8/package.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Interoperability Support" (ID 207303.1) for details.
5050
<time>12:00:00</time>
5151

5252
<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>
5555
</version>
5656
<stability>
5757
<release>stable</release>
@@ -60,7 +60,7 @@ Interoperability Support" (ID 207303.1) for details.
6060
<license uri="http://www.php.net/license">PHP</license>
6161
<notes>
6262
This version is for PHP 7 only.
63-
Fixed uninitialized data causing random crash
63+
Added TAF callback support (PR #2459, KoenigsKind)
6464
</notes>
6565
<contents>
6666
<dir name="/">
@@ -471,8 +471,8 @@ Fixed uninitialized data causing random crash
471471

472472
<release>
473473
<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>
476476
</version>
477477
<stability>
478478
<release>stable</release>
@@ -481,7 +481,7 @@ Fixed uninitialized data causing random crash
481481
<license uri="http://www.php.net/license">PHP</license>
482482
<notes>
483483
This version is for PHP 7 only.
484-
Added TAF callback support (PR #2459, KoenigsKind)
484+
Fixed uninitialized data causing random crash
485485
</notes>
486486
</release>
487487

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.1.3
60+
The value of DRIVER_NAME is PHP OCI8 : 2.1.5
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.1.3
64+
The value of DRIVER_NAME is PHP OCI8 : 2.1.5
6565
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
6767
Done

0 commit comments

Comments
 (0)