diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2008-01-23 01:22:57 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2008-01-23 01:22:57 +0000 |
| commit | cfcb262dfb87129e5ad3a77c0892bb067d3adee4 (patch) | |
| tree | 89ce57b36af239adc7fb186fa2cfc3055c3386fd /ext/interbase/php_ibase_includes.h | |
| parent | 53311637155aa3eee1a2a74be2162b90600c5c61 (diff) | |
| download | php-git-cfcb262dfb87129e5ad3a77c0892bb067d3adee4.tar.gz | |
MFB:Fixed bug #43912 (Interbase column names are truncated to 31 characters)
Diffstat (limited to 'ext/interbase/php_ibase_includes.h')
| -rwxr-xr-x | ext/interbase/php_ibase_includes.h | 2 |
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) |
