ID: 17498
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Scripting Engine problem
Operating System: Windows XP
PHP Version: 4.2.1
New Comment:
You don't have to report the same bug report.
We know it, it's just nobody care to fix it.
Previous Comments:
------------------------------------------------------------------------
[2002-05-28 20:35:39] [EMAIL PROTECTED]
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 this bug report at http://bugs.php.net/?id=17498&edit=1