Skip to content

Commit 6444703

Browse files
committed
Bump OCI8 version
1 parent 073ac50 commit 6444703

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

ext/oci8/package.xml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Interoperability Support" (ID 207303.1) for details.
4646
<active>no</active>
4747
</lead>
4848

49-
<date>2017-04-12</date>
49+
<date>2017-06-20</date>
5050
<time>12:00:00</time>
5151

5252
<version>
@@ -447,6 +447,7 @@ Fixed uninitialized data causing random crash
447447
<file name="oci8_interface.c" role="src" />
448448
<file name="oci8_lob.c" role="src" />
449449
<file name="oci8_statement.c" role="src" />
450+
<file name="oci8_failover.c" role="src" />
450451
<file name="php_oci8.h" role="src" />
451452
<file name="php_oci8_int.h" role="src" />
452453
<file name="README" role="doc" />
@@ -468,6 +469,22 @@ Fixed uninitialized data causing random crash
468469
</extsrcrelease>
469470
<changelog>
470471

472+
<release>
473+
<version>
474+
<release>2.1.5</release>
475+
<api>2.1.5</api>
476+
</version>
477+
<stability>
478+
<release>stable</release>
479+
<api>stable</api>
480+
</stability>
481+
<license uri="http://www.php.net/license">PHP</license>
482+
<notes>
483+
This version is for PHP 7 only.
484+
Added TAF callback support (PR #2459, KoenigsKind)
485+
</notes>
486+
</release>
487+
471488
<release>
472489
<version>
473490
<release>2.1.3</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.4"
46+
#define PHP_OCI8_VERSION "2.1.5"
4747

4848
extern zend_module_entry oci8_module_entry;
4949
#define phpext_oci8_ptr &oci8_module_entry

0 commit comments

Comments
 (0)