From: foobar Date: Tue, 10 May 2005 13:22:22 +0000 (+0000) Subject: MFB: - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems) X-Git-Tag: php-5.0.1b1~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84bdf9b0a0ad8b62768bc09fadff2f4ea9b90b31;p=php MFB: - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems) --- diff --git a/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h index 6bbd0ee957..d8a0976d39 100644 --- a/ext/odbc/php_odbc_includes.h +++ b/ext/odbc/php_odbc_includes.h @@ -230,7 +230,7 @@ typedef struct odbc_connection { typedef struct odbc_result_value { char name[32]; char *value; - long int vallen; + SDWORD vallen; SDWORD coltype; } odbc_result_value;