From: [EMAIL PROTECTED]
Operating system: Windows XP
PHP version: 4.2.1
PHP Bug Type: Scripting Engine problem
Bug description: still infinite loop in print_r
There is a note in the documentation that since PHP 4.0.4 infinite loop
situations like print_r($GLOBALS) are handled and get stopped. But there
are still situations print_r() results in an infinite loop:
foreach($GLOBALS as $i)
{
print_r($GLOBALS);
}
--
Edit bug report at http://bugs.php.net/?id=17498&edit=1
--
Fixed in CVS: http://bugs.php.net/fix.php?id=17498&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=17498&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=17498&r=needtrace
Try newer version: http://bugs.php.net/fix.php?id=17498&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17498&r=support
Expected behavior: http://bugs.php.net/fix.php?id=17498&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=17498&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=17498&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=17498&r=globals