diff options
Diffstat (limited to 'ext/sybase/php_sybase_db.c')
-rw-r--r-- | ext/sybase/php_sybase_db.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sybase/php_sybase_db.c b/ext/sybase/php_sybase_db.c index 651b0cecd3..fe36131851 100644 --- a/ext/sybase/php_sybase_db.c +++ b/ext/sybase/php_sybase_db.c @@ -726,12 +726,12 @@ static void php_sybase_get_column_content(sybase_link *sybase_ptr,int offset,pva switch (coltype(offset)) { case SYBBINARY: case SYBVARBINARY: + case SYBIMAGE: res_length *= 2; break; case SYBCHAR: case SYBVARCHAR: case SYBTEXT: - case SYBIMAGE: break; default: /* take no chances, no telling how big the result would really be */ |