This commit is contained in:
Pierre Joye 2011-07-22 11:26:23 +00:00
parent 9805e1674a
commit 7c90a9daa8

View File

@ -1143,11 +1143,11 @@ void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * result, long
Z_TYPE_P(res) = IS_STRING;
Z_STRVAL_P(res) = php_addslashes(row[i], field_len[i], &Z_STRLEN_P(res), 0 TSRMLS_CC);
} else {
#endif
#endif
ZVAL_STRINGL(res, row[i], field_len[i], 1);
#if PHP_API_VERSION < 20100412
}
#endif
#endif
}
if (fetchtype & MYSQLI_NUM) {