diff options
author | Derick Rethans <github@derickrethans.nl> | 2013-10-28 15:09:13 +0100 |
---|---|---|
committer | Derick Rethans <github@derickrethans.nl> | 2013-10-28 15:09:13 +0100 |
commit | 824bac9f23313b52c7ca93c2380d12e500ece66a (patch) | |
tree | 1f56aff0992be5d422a7426977f896065d16344d /ext/odbc/php_odbc_includes.h | |
parent | bb73d18c85d6deabc76bdc066f0551a88d01af81 (diff) | |
parent | 2d14cc2a4986a3a2afd94c79283ab1dc8a3fe157 (diff) | |
download | php-git-824bac9f23313b52c7ca93c2380d12e500ece66a.tar.gz |
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Diffstat (limited to 'ext/odbc/php_odbc_includes.h')
-rw-r--r-- | ext/odbc/php_odbc_includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h index ca237c0537..c00583b16a 100644 --- a/ext/odbc/php_odbc_includes.h +++ b/ext/odbc/php_odbc_includes.h @@ -232,7 +232,7 @@ typedef struct odbc_connection { } odbc_connection; typedef struct odbc_result_value { - char name[32]; + char name[256]; char *value; SQLLEN vallen; SQLLEN coltype; |