ID: 39630 Updated by: [EMAIL PROTECTED] Reported By: wijet at o2 dot pl -Status: Open +Status: Bogus Bug Type: MySQLi related Operating System: Linux x86 PHP Version: 5.2.0 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2006-11-25 20:37:13] wijet at o2 dot pl Description: ------------ I have problem when I run query after this procedule call mysqli_query('CALL my_procedure('.$foo.')') I always get error "Commands out of sync; you can't run this command now",on mysql docs I read that I must use mysqli_free_result but this do nothing. I try use php-5.1.6 ,5.2.0 an 5.2 latest cvs but for all version i get this error. Reproduce code: --------------- mysqli_query('CALL my_procedure('.$foo.')') mysqli_query('SELECT * FROM test') Expected result: ---------------- execute query Actual result: -------------- "Commands out of sync; you can't run this command now" ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39630&edit=1