Browse Source

need more space

PHP-5
Stefan Esser 24 years ago
parent
commit
e4e299614e
  1. 2
      ext/sybase/php_sybase_db.c

2
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 */

Loading…
Cancel
Save