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-2024 The PHP Group All rights reserved. |
Last updated: Sat Nov 23 11:01:28 2024 UTC |