summaryrefslogtreecommitdiff
path: root/ext/pdo_oci/php_pdo_oci_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_oci/php_pdo_oci_int.h')
-rw-r--r--ext/pdo_oci/php_pdo_oci_int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/pdo_oci/php_pdo_oci_int.h b/ext/pdo_oci/php_pdo_oci_int.h
index 683146a05e..682458438b 100644
--- a/ext/pdo_oci/php_pdo_oci_int.h
+++ b/ext/pdo_oci/php_pdo_oci_int.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 7 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2015 The PHP Group |
+ | Copyright (c) 1997-2016 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -35,6 +35,7 @@ typedef struct {
OCIError *err;
OCISvcCtx *svc;
/* OCI9; 0 == use NLS_LANG */
+ ub4 prefetch;
ub2 charset;
sword last_err;