From 2d53040a6df08e966ed4f2efd318e379d59800bb Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Sat, 8 Dec 2018 19:23:22 +1100 Subject: [PATCH] Bump OCI8 version --- ext/oci8/php_oci8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index 8f66cfbc9b..a1e09ddec5 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.8" +#define PHP_OCI8_VERSION "2.1.9" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry -- 2.40.0