diff options
| author | Thies C. Arntzen <thies@php.net> | 1999-09-23 09:15:38 +0000 |
|---|---|---|
| committer | Thies C. Arntzen <thies@php.net> | 1999-09-23 09:15:38 +0000 |
| commit | ed731497fe14fa8ad71093f4e998f6cf3d937fe9 (patch) | |
| tree | 2dabaf1ee969a4c7dde9b7e888621c3725bbefc5 /ext/oracle/php3_oracle.h | |
| parent | fd3f26c100ee53ca51f6c7bff8fa293158e7734b (diff) | |
| download | php-git-ed731497fe14fa8ad71093f4e998f6cf3d937fe9.tar.gz | |
fixed NULL column
cleanups
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; |
