ID: 39722 Updated by: [EMAIL PROTECTED] Reported By: shri_phadte at yahoo dot co dot in -Status: Open +Status: Feedback Bug Type: Date/time related Operating System: Windows XP PHP Version: 5.2.0 New Comment:
Cannot reproduce. Previous Comments: ------------------------------------------------------------------------ [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
