[PHP-DB] mysqli_multi_query error tolerance

2009-04-06 Thread Filipe Martins
t finds an error. I attached a test file proving my point. I ask your help for figuring out if this is a bug, a limitation of the function, or if simply it's my mistake. Thanks to all. Filipe Martins http:/

[PHP-DB] Re: mysqli_multi_query error tolerance

2009-04-07 Thread Filipe Martins
failed\n"; // Try to read until there's no more. } while (mysqli_next_result ($conn) || mysqli_more_results ($conn)); echo "\n"; if ($i < 4) echo "We finished quite early, didn't we?!\n"; else echo "What?? It worked?!\n"; Chris w

[PHP-DB] Re: mysqli_multi_query error tolerance

2009-04-08 Thread Filipe Martins
Thanks again for responding. I'd also welcome opinions from other members of this list... Chris writes: > Filipe Martins wrote: >> Thanks for responding, Chris. >> If I understand you right, you're saying that this is MySQL API >> issue, right? > > I assum