Skip to content

Commit

Permalink
Bump OCI8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Jun 20, 2017
1 parent 073ac50 commit 6444703
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion ext/oci8/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Interoperability Support" (ID 207303.1) for details.
<active>no</active>
</lead>

<date>2017-04-12</date>
<date>2017-06-20</date>
<time>12:00:00</time>

<version>
Expand Down Expand Up @@ -447,6 +447,7 @@ Fixed uninitialized data causing random crash
<file name="oci8_interface.c" role="src" />
<file name="oci8_lob.c" role="src" />
<file name="oci8_statement.c" role="src" />
<file name="oci8_failover.c" role="src" />
<file name="php_oci8.h" role="src" />
<file name="php_oci8_int.h" role="src" />
<file name="README" role="doc" />
Expand All @@ -468,6 +469,22 @@ Fixed uninitialized data causing random crash
</extsrcrelease>
<changelog>

<release>
<version>
<release>2.1.5</release>
<api>2.1.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
This version is for PHP 7 only.
Added TAF callback support (PR #2459, KoenigsKind)
</notes>
</release>

<release>
<version>
<release>2.1.3</release>
Expand Down
2 changes: 1 addition & 1 deletion ext/oci8/php_oci8.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
*/
#undef PHP_OCI8_VERSION
#endif
#define PHP_OCI8_VERSION "2.1.4"
#define PHP_OCI8_VERSION "2.1.5"

extern zend_module_entry oci8_module_entry;
#define phpext_oci8_ptr &oci8_module_entry
Expand Down

0 comments on commit 6444703

Please sign in to comment.