Edit report at http://bugs.php.net/bug.php?id=52390&edit=1

 ID:                 52390
 Updated by:         ka...@php.net
 Reported by:        vr...@php.net
 Summary:            mysqli_report() should be per-request setting
-Status:             Open
+Status:             Assigned
 Type:               Feature/Change Request
 Package:            MySQLi related
 Operating System:   Irrelevant
 PHP Version:        5.3.2
-Assigned To:        
+Assigned To:        kalle
 Block user comment: N

 New Comment:

Could you try the supplied patch that simply resets report_mode to 0 at
every RINIT?



Patch is made off trunk but should apply to any branch


Previous Comments:
------------------------------------------------------------------------
[2010-08-13 12:17:12] ka...@php.net

The following patch has been added/updated:

Patch Name: bug-52390
Revision:   1281694631
URL:       
http://bugs.php.net/patch-display.php?bug=52390&patch=bug-52390&revision=1281694631

------------------------------------------------------------------------
[2010-07-21 16:13:29] vr...@php.net

Description:
------------
The report_mode variable set by mysqli_report() should be initialized in
request init instead of global init to achieve a consistent behavior.

Test script:
---------------
<?php

$mysqli = mysqli_connect();

mysqli_query($mysqli, "SEL");

?>



Expected result:
----------------
No error message or exception.

Actual result:
--------------
Nothing, error message or exception depending on mysqli_report() set by
previous request in the same process.


------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=52390&edit=1

Reply via email to