Merge branch 'PHP-7.4' into PHP-8.0

* PHP-7.4:
  Fixed bug #63185
This commit is contained in:
Nikita Popov 2020-12-08 11:35:27 +01:00
commit bd72e4aa44
3 changed files with 70 additions and 0 deletions

View file

@ -355,6 +355,7 @@ static int pdo_mysql_stmt_next_rowset(pdo_stmt_t *stmt) /* {{{ */
PDO_DBG_RETURN(0);
}
if (mysqlnd_stmt_next_result(S->stmt)) {
pdo_mysql_error_stmt(stmt);
PDO_DBG_RETURN(0);
}