summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mssql/php_mssql.h')
-rw-r--r--ext/mssql/php_mssql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mssql/php_mssql.h b/ext/mssql/php_mssql.h
index c81595b50e..b2ead409b8 100644
--- a/ext/mssql/php_mssql.h
+++ b/ext/mssql/php_mssql.h
@@ -188,7 +188,7 @@ typedef struct mssql_result {
int lastresult;
int blocks_initialized;
int cur_row,cur_field;
- int num_rows,num_fields;
+ int num_rows,num_fields,have_fields;
} mssql_result;