ID:               17498
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
 Bug Type:         Scripting Engine problem
 Operating System: Windows XP
 PHP Version:      4.2.1
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2002-05-29 13:07:18] [EMAIL PROTECTED]

You don't have to report the same bug report.
We know it, it's just nobody care to fix it.



------------------------------------------------------------------------

[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

Reply via email to