diff options
Diffstat (limited to 'ext/oci8/php_oci8.h')
-rw-r--r-- | ext/oci8/php_oci8.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index 2e2a754d10..5d889da993 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -70,6 +70,7 @@ typedef struct { int num; int persistent; int open; + int exclusive; char *hashed_details; oci_server *server; OCISession *pSession; |