mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
Fix bad merge
This commit is contained in:
parent
6635466bcc
commit
f41d58efa0
1 changed files with 0 additions and 10 deletions
|
@ -424,16 +424,6 @@ mysqli_stmt_bind_result_do_bind(MY_STMT *stmt, zval *args, unsigned int argc, un
|
||||||
bind[ofs].is_null = &stmt->result.is_null[ofs];
|
bind[ofs].is_null = &stmt->result.is_null[ofs];
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MYSQL_TYPE_DOUBLE:
|
|
||||||
stmt->result.buf[ofs].type = IS_DOUBLE;
|
|
||||||
stmt->result.buf[ofs].buflen = sizeof(float);
|
|
||||||
|
|
||||||
stmt->result.buf[ofs].val = (char *)emalloc(sizeof(float));
|
|
||||||
bind[ofs].buffer_type = MYSQL_TYPE_FLOAT;
|
|
||||||
bind[ofs].buffer = stmt->result.buf[ofs].val;
|
|
||||||
bind[ofs].is_null = &stmt->result.is_null[ofs];
|
|
||||||
break;
|
|
||||||
|
|
||||||
case MYSQL_TYPE_DOUBLE:
|
case MYSQL_TYPE_DOUBLE:
|
||||||
convert_to_double_ex(args[i]);
|
convert_to_double_ex(args[i]);
|
||||||
stmt->result.buf[ofs].type = IS_DOUBLE;
|
stmt->result.buf[ofs].type = IS_DOUBLE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue