ID:               39722
 User updated by:  shri_phadte at yahoo dot co dot in
 Reported By:      shri_phadte at yahoo dot co dot in
-Status:           Feedback
+Status:           Open
 Bug Type:         Date/time related
 Operating System: Windows XP
-PHP Version:      5.2.0
+PHP Version:      5.0.2
 New Comment:

The correct PHP version which i found this problem is 5.0.2 running on
an old version of Apache. I Upgraded them to the latest version and it
is working fine.You can close the bug or if u want to address this bug
and need more details please let me know


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

[2006-12-04 10:51:41] [EMAIL PROTECTED]

Cannot reproduce.

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

[2006-12-04 03:58:23] shri_phadte at yahoo dot co dot in

Description:
------------
When i call strtotime(...) continuously in a loop with parameter
undefined the PHP-CGI process stalls and needs to be stopped manually

Reproduce code:
---------------
for($i=0;$i<20;$i++)
   strtotime($UndefinedVariable);

Expected result:
----------------
should throw 20 Warnings

Actual result:
--------------
PHP-CGI process Stalls On approx 13th itration of for loop


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


-- 
Edit this bug report at http://bugs.php.net/?id=39722&edit=1

Reply via email to