summaryrefslogtreecommitdiff
path: root/ext/oracle/php_oracle.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oracle/php_oracle.h')
-rw-r--r--ext/oracle/php_oracle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/oracle/php_oracle.h b/ext/oracle/php_oracle.h
index 8f4b3b38f4..6b16e520a9 100644
--- a/ext/oracle/php_oracle.h
+++ b/ext/oracle/php_oracle.h
@@ -124,6 +124,7 @@ typedef struct {
long num_persistent;
long num_links;
HashTable *conns;
+ oraConnection db_err_conn;
} php_ora_globals;
#else