summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc_includes.h
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2013-10-29 14:03:17 +0900
committerYasuo Ohgaki <yohgaki@php.net>2013-10-29 14:03:17 +0900
commit69808d698c0646ab6cddec45c7362f4aa60fac06 (patch)
tree84887ce4de81e07938f6c119cf86ff121ad9ecc8 /ext/odbc/php_odbc_includes.h
parent1f5b1cfb2b238b282c48adb663aaa084e28290c0 (diff)
parentab6481993eb302cd70599cec35d4ac486ca3d1f8 (diff)
downloadphp-git-69808d698c0646ab6cddec45c7362f4aa60fac06.tar.gz
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
* 'PHP-5.4' of git.php.net:php-src: - Updated to version 2013.8 (2013h) Fixed bug #65950 Field name truncation if the field name is bigger than 32 characters - Updated to version 2013.7 (2013g)
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;