summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc_includes.h
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2013-11-04 14:47:16 +0800
committerXinchen Hui <laruence@php.net>2013-11-04 14:47:16 +0800
commita07ae67a21912adb609819ad6d05edae6fdd28fc (patch)
treec2764c8773eae4094c03c77e58077200be5ad7db /ext/odbc/php_odbc_includes.h
parent3d4ef50dd7e00826ae8ab9fa572908283029dbd8 (diff)
parent55ee543e2f73c45c8fa2c51ebef9820a610f70b4 (diff)
downloadphp-git-a07ae67a21912adb609819ad6d05edae6fdd28fc.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;