summaryrefslogtreecommitdiff
path: root/ext/oci8/php_oci8.h
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2017-07-14 14:13:08 +1000
committerChristopher Jones <sixd@php.net>2017-07-14 14:13:08 +1000
commitc1504b81d35da5630cab32d57f4d3faa0bf3aaa1 (patch)
tree2412ddb6ab8e838767c9242f9d0a4a7b6fc0ae23 /ext/oci8/php_oci8.h
parent2f606dc5e8173ffdfd9086c45dffeeababf478ce (diff)
downloadphp-git-c1504b81d35da5630cab32d57f4d3faa0bf3aaa1.tar.gz
Bump OCI8 version for recent patch
Diffstat (limited to 'ext/oci8/php_oci8.h')
-rw-r--r--ext/oci8/php_oci8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h
index 8070cb5b8c..04434f1f68 100644
--- a/ext/oci8/php_oci8.h
+++ b/ext/oci8/php_oci8.h
@@ -43,7 +43,7 @@
*/
#undef PHP_OCI8_VERSION
#endif
-#define PHP_OCI8_VERSION "2.1.5"
+#define PHP_OCI8_VERSION "2.1.6"
extern zend_module_entry oci8_module_entry;
#define phpext_oci8_ptr &oci8_module_entry