Skip to content

Commit b280ba8

Browse files
committed
Merge branch 'PHP-7.1'
2 parents 4d684a6 + 3b60af9 commit b280ba8

File tree

3 files changed

+22
-7
lines changed

3 files changed

+22
-7
lines changed

ext/oci8/package.xml

Lines changed: 18 additions & 3 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.5</release>
54-
<api>2.1.5</api>
53+
<release>2.1.6</release>
54+
<api>2.1.6</api>
5555
</version>
5656
<stability>
5757
<release>stable</release>
@@ -60,7 +60,6 @@ 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-
Added TAF callback support (PR #2459, KoenigsKind)
6463
Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). (Ingmar Runge)
6564
</notes>
6665
<contents>
@@ -471,6 +470,22 @@ Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). (Ingmar Runge)
471470
</extsrcrelease>
472471
<changelog>
473472

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+
474489
<release>
475490
<version>
476491
<release>2.1.4</release>

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.1.5"
46+
#define PHP_OCI8_VERSION "2.1.6"
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.1.5
60+
The value of DRIVER_NAME is PHP OCI8 : 2.1.6
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.5
64+
The value of DRIVER_NAME is PHP OCI8 : 2.1.6
6565
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
6767
Done

0 commit comments

Comments
 (0)