summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc_includes.h
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2013-10-28 15:09:13 +0100
committerDerick Rethans <github@derickrethans.nl>2013-10-28 15:09:13 +0100
commit824bac9f23313b52c7ca93c2380d12e500ece66a (patch)
tree1f56aff0992be5d422a7426977f896065d16344d /ext/odbc/php_odbc_includes.h
parentbb73d18c85d6deabc76bdc066f0551a88d01af81 (diff)
parent2d14cc2a4986a3a2afd94c79283ab1dc8a3fe157 (diff)
downloadphp-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.h2
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;