Derick, I have raised bug Refer http://bugs.php.net/bug.php?id=46417
Tests related to getdate including test case for the above bug is available at http://www.4shared.com/file/68976901/6ce81c88/getdate.html. Please have a look at the tests and use following tests for above bug PHP53/getdate_variation7.phpt PHP6/getdate_variation7.phpt Thanks, Sanjay M On Wed, Oct 29, 2008 at 2:21 PM, Sanjay Mantoor <[EMAIL PROTECTED]> wrote: > Derick , > > Yes I will do. > > Thanks, > Sanjay M > > On Wed, Oct 29, 2008 at 1:12 PM, Derick Rethans <[EMAIL PROTECTED]> wrote: >> On Wed, 29 Oct 2008, Sanjay Mantoor wrote: >> >>> While I was working on getdate function, found different behavior with >>> respect to http://in.php.net/manual/en/function.getdate.php >>> This is observed only on linux 64bit. >>> Here is code >>> <?php >>> $timestamp = -12.3456789000e10; >>> var_dump( getdate($timestamp) ); >>> ?> >>> >>> As per documentation weekday should be Sunday through Saturday but I >>> got "Unknown". >> >> [snip] >> >>> Can somebody point-out what is the problem? And whether it is an >>> expected behavior. >> >> It's a bug in the day-of-week algorithm in case there is a negative >> year. Could you file a bug please? >> >> regards, >> Derick >> >> -- >> HEAD before 5_3!: http://tinyurl.com/6d2esb >> http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org >> > > > > -- > Thanks, > Sanjay Mantoor > -- Thanks, Sanjay Mantoor -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php