From:             [EMAIL PROTECTED]
Operating system: Win 9x
PHP version:      4.2.0
PHP Bug Type:     *Calendar problems
Bug description:  Wrong day of week in some days

$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 bug report at http://bugs.php.net/?id=17442&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=17442&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=17442&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=17442&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=17442&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17442&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=17442&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=17442&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=17442&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=17442&r=globals

Reply via email to