|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch bug-52390 for MySQLi related Bug #52390Patch version 2010-08-13 10:17 UTC Return to Bug #52390 | Download this patchPatch Revisions: Developer: kalle@php.netIndex: 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; } |
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 23:00:01 2025 UTC |