summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli.c
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2010-08-13 10:43:15 +0000
committerKalle Sommer Nielsen <kalle@php.net>2010-08-13 10:43:15 +0000
commite72a69aae69d79bbf47f654eedaee6be580f3ca7 (patch)
tree296e5d3184a4dff355ed145d82cfe03f560c2338 /ext/mysqli/mysqli.c
parenta6100682d07441da087dd7442ec5f06b2408b0ae (diff)
downloadphp-git-e72a69aae69d79bbf47f654eedaee6be580f3ca7.tar.gz
Changed mysqli_report() to be per-request specific rather than per-process specific (Fixes #52390)
Diffstat (limited to 'ext/mysqli/mysqli.c')
-rw-r--r--ext/mysqli/mysqli.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/mysqli.c b/ext/mysqli/mysqli.c
index 0a448caf87..f30a929653 100644
--- a/ext/mysqli/mysqli.c
+++ b/ext/mysqli/mysqli.c
@@ -891,6 +891,7 @@ PHP_RINIT_FUNCTION(mysqli)
#endif
MyG(error_msg) = NULL;
MyG(error_no) = 0;
+ MyG(report_mode) = 0;
return SUCCESS;
}