1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 20:41:18 +02:00
This commit is contained in:
Pierre Joye
2011-07-22 11:26:23 +00:00
parent cc1c7af037
commit ebe8f32891

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) {