Skip to content

Commit

Permalink
Bumped ext/oci8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Oct 4, 2017
1 parent ee50fcf commit 1195de8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ PHP NEWS
. Fixed bug #75290 (debug info of Closures of internal functions contain
garbage argument names). (Andrea)

- OCI8:
. Fixed incorrect reference counting. (Dmitry, Tianfang Yang)

- litespeed:
. Fixed bug #75248 (Binary directory doesn't get created when building
only litespeed SAPI). (petk)
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.7"
#define PHP_OCI8_VERSION "2.1.8"

extern zend_module_entry oci8_module_entry;
#define phpext_oci8_ptr &oci8_module_entry
Expand Down

0 comments on commit 1195de8

Please sign in to comment.