diff options
author | Christopher Jones <christopher.jones@oracle.com> | 2016-08-04 14:48:07 +1000 |
---|---|---|
committer | Christopher Jones <christopher.jones@oracle.com> | 2016-08-04 16:55:54 +1000 |
commit | 78488a54c8f23c16bf0ca044c50c0fac8e303400 (patch) | |
tree | 3d5751655c19bcd710b71bdd5368f8220518a333 /ext/oci8/php_oci8.h | |
parent | 4f861b60710639557635e9f3cf13bf9cbf8872cd (diff) | |
download | php-git-78488a54c8f23c16bf0ca044c50c0fac8e303400.tar.gz |
Fixed invalid handle error with Implicit Result Sets and bump OCI8 version.
Diffstat (limited to 'ext/oci8/php_oci8.h')
-rw-r--r-- | ext/oci8/php_oci8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index ae28aec6c4..5539edfa42 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -45,7 +45,7 @@ */ #undef PHP_OCI8_VERSION #endif -#define PHP_OCI8_VERSION "2.0.11" +#define PHP_OCI8_VERSION "2.0.12" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry |