ID:               17442
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Analyzed
 Bug Type:         *Calendar problems
 Operating System: Win 9x
 PHP Version:      4.2.0
 New Comment:

Works just fine on Linux.  Probably a Win9x problem.


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

[2002-05-26 16:53:33] [EMAIL PROTECTED]

$bug1 = date("D",mktime (0,0,0,3,27,2032));
echo($bug1."<br>");
$bug2 = date("D",mktime (0,0,0,3,28,2032));
echo($bug2."<br>");
if ($bug1==$bug2) {echo("BUG!");}

i think it's enough. :)

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


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

Reply via email to