diff options
Diffstat (limited to 'ext/oracle/php3_oracle.h')
-rw-r--r-- | ext/oracle/php3_oracle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/oracle/php3_oracle.h b/ext/oracle/php3_oracle.h index b0c113dd09..7cf7074435 100644 --- a/ext/oracle/php3_oracle.h +++ b/ext/oracle/php3_oracle.h @@ -77,6 +77,7 @@ extern php3_module_entry oracle_module_entry; typedef struct { int open; + int persistent; Lda_Def lda; ub1 hda[HDA_SIZE]; } oraConnection; |