On Thu, 15 Dec 2011, Lester Caine wrote:

> Oleg Oshmyan wrote:
> > It is worth mentioning that VC9 has 64-bit and 32-bit versions of time_t,
> > localtime and mktime while VC6 only has a 32-bit version. Unfortunately,
> > none of these versions work with times before 1970.
> 
> Actually that is probably another discussion, but is the php date function
> still limited to 13 Dec 1901?

No. Internally, it uses 64 bit integers. As long as you use the object 
oriented approach it will work. If you go back to timestamps, you have 
to rely on twhat the OS supports as integer size (which is sadly 32 bit 
on Windows).

Derick

-- 
http://derickrethans.nl | http://xdebug.org
Like Xdebug? Consider a donation: http://xdebug.org/donate.php
twitter: @derickr and @xdebug

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to