Xan wrote:
I'm not aware of any requirement that the CPU or software be 64-bit aware in order to use, for example, MySQL's bigint to store numbers with absolute value greater than 2**32.
The issue isn't storing the number.
The issue is using the date function to get readable output from unix time, IE
Code:
$TimeString = date('F j, Y \a\t g:i A T',$unixtime);
and using the strtotime to get the unix date from a string outside the 32 bit range.
-=-
I'll have to file a ticket to see if I can get a 64 bit linode set up.
I don't recall it being an option back when I signed up (couple years ago), glad to see it is now.