ID:               39722
 Updated by:       [EMAIL PROTECTED]
 Reported By:      shri_phadte at yahoo dot co dot in
-Status:           Open
+Status:           Closed
 Bug Type:         Date/time related
 Operating System: Windows XP
 PHP Version:      5.0.2
 New Comment:

Latest version works fine -> closed.


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

[2006-12-05 08:27:18] shri_phadte at yahoo dot co dot in

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

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

[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