From 12cd25bb1a589f8a49a0cca9290e589f1dc01875 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Thu, 14 Apr 2016 14:09:16 +1000 Subject: Fixed bug #71600 (oci_fetch_all segfaults when selecting more than 8 columns) (Tian Yang) --- ext/oci8/php_oci8.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/oci8/php_oci8.h') diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index 7f1fba0353..da62aabac6 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.1.0" +#define PHP_OCI8_VERSION "2.1.1" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry -- cgit v1.2.1