mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
forgot to remove comment in last commit
This commit is contained in:
parent
bb6422a83f
commit
eb3900b77a
1 changed files with 0 additions and 1 deletions
|
@ -258,7 +258,6 @@ PHP_FUNCTION(mysqli_stmt_bind_result)
|
|||
for (i=start; i < var_cnt + start ; i++) {
|
||||
ofs = i - start;
|
||||
stmt->result.is_null[ofs] = 0;
|
||||
//bind[ofs].truncated = NULL;
|
||||
col_type = (stmt->stmt->fields) ? stmt->stmt->fields[ofs].type : MYSQL_TYPE_STRING;
|
||||
|
||||
switch (col_type) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue