]> granicus.if.org Git - php/commitdiff
MFB: - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems)
authorfoobar <sniper@php.net>
Tue, 10 May 2005 13:22:22 +0000 (13:22 +0000)
committerfoobar <sniper@php.net>
Tue, 10 May 2005 13:22:22 +0000 (13:22 +0000)
ext/odbc/php_odbc_includes.h

index 6bbd0ee9573c6b1a032b1a5cc3ced193dea8ef92..d8a0976d39665c4e54f56082ea89fcc4a25380cb 100644 (file)
@@ -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;