Changed mysqli_report() to be per-request specific rather than per-process specific (Fixes #52390)

This commit is contained in:
Kalle Sommer Nielsen 2010-08-13 10:43:15 +00:00
parent aff34b2133
commit 9806c21259

View File

@ -893,6 +893,7 @@ PHP_RINIT_FUNCTION(mysqli)
#endif
MyG(error_msg) = NULL;
MyG(error_no) = 0;
MyG(report_mode) = 0;
return SUCCESS;
}