ID: 27098 Updated by: [EMAIL PROTECTED] Reported By: _-_-_U_-_-_ at web dot de -Status: Open +Status: Bogus Bug Type: MySQL related Operating System: Win32 XP PHP Version: 4.3.5RC1 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. Thank you for your interest in PHP. try executing the query() only once Previous Comments: ------------------------------------------------------------------------ [2004-01-30 09:41:05] _-_-_U_-_-_ at web dot de Description: ------------ Hi. I don't no if it's a bug, but i didn't found any Manuels or Board-posts, where they can say me, if its a bug or not. When i paste a mysql_query("SEL........."); in the function mysql_fetch_object, and this function is in a while() sharpens, its an entless sharpens. Reproduce code: --------------- <?php while($row = mysql_fetch_obect(mysql_query("SELECT * FROM `test")) { /** * The While() sharpen will never end ! */ } ?> Expected result: ---------------- Ouput will never stop. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27098&edit=1
