summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.h
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2002-12-03 18:57:04 +0000
committerFrank M. Kromann <fmk@php.net>2002-12-03 18:57:04 +0000
commit13b6390df7955fac3340864abb2d63a7321a24d1 (patch)
tree0b036c4a2f811cfb93a90bd5a134d25ed53ca270 /ext/mssql/php_mssql.h
parent5eaf2d10e7ef238e9a7904a36ccf2b241dca5faa (diff)
downloadphp-git-13b6390df7955fac3340864abb2d63a7321a24d1.tar.gz
Bug #19370
Allow stored procedures to return multiple results.
Diffstat (limited to 'ext/mssql/php_mssql.h')
-rw-r--r--ext/mssql/php_mssql.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mssql/php_mssql.h b/ext/mssql/php_mssql.h
index e514783081..876f75db43 100644
--- a/ext/mssql/php_mssql.h
+++ b/ext/mssql/php_mssql.h
@@ -137,6 +137,7 @@ typedef struct mssql_result {
pval **data;
mssql_field *fields;
mssql_link *mssql_ptr;
+ mssql_statement * statement;
int batchsize;
int lastresult;
int blocks_initialized;