summaryrefslogtreecommitdiff
path: root/ext/sybase/php_sybase_db.c
diff options
context:
space:
mode:
authorStefan Esser <sesser@php.net>2002-12-20 19:37:45 +0000
committerStefan Esser <sesser@php.net>2002-12-20 19:37:45 +0000
commit4dd722e870adf76da4568655a91d8f0f49fa37d9 (patch)
tree0770ab0b9ea4aaf368f5ea6c3bdc4ea3dc5cac19 /ext/sybase/php_sybase_db.c
parent25e38548cb761268e23606e9e91f799a04b446e7 (diff)
downloadphp-git-4dd722e870adf76da4568655a91d8f0f49fa37d9.tar.gz
MFH
Diffstat (limited to 'ext/sybase/php_sybase_db.c')
-rw-r--r--ext/sybase/php_sybase_db.c2
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 */