summaryrefslogtreecommitdiff
path: root/ext/interbase
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2008-01-23 01:22:24 +0000
committerIlia Alshanetsky <iliaa@php.net>2008-01-23 01:22:24 +0000
commit9f35febdf1e5deef305eef1026a01b4d96e2ee15 (patch)
tree5b5fb2c217989fa7667a23ca5f73394dab8505c7 /ext/interbase
parent10a0f206528fd123d75398fc4a44525d4bd54787 (diff)
downloadphp-git-9f35febdf1e5deef305eef1026a01b4d96e2ee15.tar.gz
Fixed bug #43912 (Interbase column names are truncated to 31 characters)
Diffstat (limited to 'ext/interbase')
-rwxr-xr-xext/interbase/php_ibase_includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/interbase/php_ibase_includes.h b/ext/interbase/php_ibase_includes.h
index b8f82d7748..bde6ccee93 100755
--- a/ext/interbase/php_ibase_includes.h
+++ b/ext/interbase/php_ibase_includes.h
@@ -30,7 +30,7 @@
#endif
#ifndef METADATALENGTH
-#define METADATALENGTH 32
+#define METADATALENGTH 68
#endif
#define RESET_ERRMSG do { IBG(errmsg)[0] = '\0'; IBG(sql_code) = 0; } while (0)