mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
Changed mysqli_report() to be per-request specific rather than per-process specific (Fixes #52390)
This commit is contained in:
parent
aff34b2133
commit
9806c21259
@ -893,6 +893,7 @@ PHP_RINIT_FUNCTION(mysqli)
|
||||
#endif
|
||||
MyG(error_msg) = NULL;
|
||||
MyG(error_no) = 0;
|
||||
MyG(report_mode) = 0;
|
||||
|
||||
return SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user