php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #52390
Patch bug-52390 revision 2010-08-13 10:17 UTC by kalle@php.net

Patch bug-52390 for MySQLi related Bug #52390

Patch version 2010-08-13 10:17 UTC

Return to Bug #52390 | Download this patch
Patch Revisions:

Developer: kalle@php.net

Index: mysqli.c
===================================================================
--- mysqli.c	(revision 302180)
+++ mysqli.c	(working copy)
@@ -893,6 +893,7 @@
 #endif
 	MyG(error_msg) = NULL;
 	MyG(error_no) = 0;
+	MyG(report_mode) = 0;
 
 	return SUCCESS;
 }
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 21:01:36 2024 UTC