diff options
Diffstat (limited to 'ext/odbc/php_odbc_includes.h')
| -rw-r--r-- | ext/odbc/php_odbc_includes.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h index a2e1911a2a..d96ee8ba78 100644 --- a/ext/odbc/php_odbc_includes.h +++ b/ext/odbc/php_odbc_includes.h @@ -12,9 +12,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Stig Sæther Bakken <ssb@fast.no> | + | Authors: Stig Sæther Bakken <ssb@fast.no> | | Andreas Karajannis <Andreas.Karajannis@gmd.de> | - | Kevin N. Shallow <kshallow@tampabay.rr.com> Birdstep Support | + | Kevin N. Shallow <kshallow@tampabay.rr.com> Birdstep Support| +----------------------------------------------------------------------+ */ @@ -221,7 +221,7 @@ typedef struct odbc_result_value { } odbc_result_value; typedef struct odbc_result { - ODBC_SQL_STMT_T stmt; + ODBC_SQL_STMT_T stmt; int id; odbc_result_value *values; SWORD numcols; @@ -229,8 +229,8 @@ typedef struct odbc_result { # if HAVE_SQL_EXTENDED_FETCH int fetch_abs; # endif - long longreadlen; - int binmode; + long longreadlen; + int binmode; int fetched; odbc_connection *conn_ptr; } odbc_result; |
