From:             _-_-_U_-_-_ at web dot de
Operating system: Win32 XP
PHP version:      4.3.5RC1
PHP Bug Type:     MySQL related
Bug description:  To long

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 bug report at http://bugs.php.net/?id=27098&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27098&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27098&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27098&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27098&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27098&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27098&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27098&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27098&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27098&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27098&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27098&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27098&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27098&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27098&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27098&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27098&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27098&r=float

Reply via email to